We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a0e106 commit 1a05f71Copy full SHA for 1a05f71
charts/opencrvs-services/templates/postgres-data-migration-job.yaml
@@ -34,7 +34,7 @@ spec:
34
mv $MIGRATIONS_PATH/$migration_file.tmp $MIGRATIONS_PATH/$migration_file
35
done
36
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
+ yarn --cwd $SCRIPT_PATH node-pg-migrate up --schema=app --migrations-dir=./src/migrations/events
38
39
# FIXME: Delete not-used environment variables
40
env:
0 commit comments