Skip to content

Commit

Permalink
Update migration_dry_run.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Osama Faqhruldin committed Jun 18, 2024
1 parent 328076e commit 54b6b05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/migration_dry_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ jobs:
run: |
apk --update add postgresql-client
db_prod=postgres://postgres:postgres@$POSTGRES_HOST:$POSTGRES_PROD_PORT/postgres
db_latest=postgres://postgres:postgres@$POSTGRES_LATEST_HOST:$POSTGRES_LATEST_PORT/postgres
db_prod=postgresql://postgres:postgres@$POSTGRES_HOST:$POSTGRES_PROD_PORT/postgres
db_latest=postgresql://postgres:postgres@$POSTGRES_LATEST_HOST:$POSTGRES_LATEST_PORT/postgres
psql $db_prod -c "CREATE TABLE films (code char(5) CONSTRAINT firstkey PRIMARY KEY, title varchar(40) NOT NULL);"
Expand Down

0 comments on commit 54b6b05

Please sign in to comment.