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 4a1407b commit 3265d99
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-prod://postgres:postgres@$POSTGRES_HOST:$POSTGRES_PROD_PORT/postgres
db_latest=postgres-latest://postgres:postgres@$POSTGRES_LATEST_HOST:$POSTGRES_LATEST_PORT/postgres
db_prod=postgres://postgres:postgres@$POSTGRES_HOST:$POSTGRES_PROD_PORT/postgres
db_latest=postgres://postgres:postgres@$POSTGRES_LATEST_HOST:$POSTGRES_LATEST_PORT/postgres
psql $db_prod -c ^"CREATE TABLE films (^
code char(5) CONSTRAINT firstkey PRIMARY KEY ^
Expand Down

0 comments on commit 3265d99

Please sign in to comment.