Skip to content

Commit 1a05f71

Browse files
committed
Revert "fix node-pg-migrate command"
This reverts commit 7a0e106.
1 parent 7a0e106 commit 1a05f71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/opencrvs-services/templates/postgres-data-migration-job.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spec:
3434
mv $MIGRATIONS_PATH/$migration_file.tmp $MIGRATIONS_PATH/$migration_file
3535
done
3636
export DATABASE_URL=${EVENTS_POSTGRES_URL}
37-
yarn --cwd $SCRIPT_PATH node-pg-migrate up --single-transaction false --schema=app --migrations-dir=./src/migrations/events
37+
yarn --cwd $SCRIPT_PATH node-pg-migrate up --schema=app --migrations-dir=./src/migrations/events
3838
3939
# FIXME: Delete not-used environment variables
4040
env:

0 commit comments

Comments
 (0)