remove debugging stuff
This commit is contained in:
parent
a0fcba1abb
commit
99d1f3b9ab
1 changed files with 0 additions and 4 deletions
|
|
@ -15,10 +15,6 @@ CREATED_AT=$(date +"%Y-%m-%d %H:%M:%S")
|
|||
# Get the name of the PostgreSQL container from the docker-compose configuration
|
||||
POSTGRES_CONTAINER_NAME=$(docker compose ps -q postgres | xargs docker inspect --format '{{.Name}}' | sed 's/\///')
|
||||
|
||||
|
||||
docker exec -it "$POSTGRES_CONTAINER_NAME" psql -U "$POSTGRES_USER" -d "$POSTGRES_DB" -h localhost -p 5432 -c "\dt"
|
||||
|
||||
|
||||
# Connect to the Postgres container and insert the fake record into the app_invite table
|
||||
docker exec -i "$POSTGRES_CONTAINER_NAME" psql -v -U "$POSTGRES_USER" -d "$POSTGRES_DB" -h localhost -p 5432 -c "
|
||||
INSERT INTO app_invite (uuid, inviter_npub, created_at)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue