Test removing transactional lock from deploy script

This commit is contained in:
Sarah 2024-03-20 14:47:39 -04:00
parent c77af7c319
commit 22bf28b128
No known key found for this signature in database
GPG key ID: 3822381FB83F7414

View file

@ -79,7 +79,7 @@ if ! pgrep cloud_sql_proxy; then
fi fi
# Set the transactional lock to false, session-level lock will be used instead # Set the transactional lock to false, session-level lock will be used instead
/flyway/flyway -postgresql.transactional.lock=false info #/flyway/flyway -postgresql.transactional.lock=false info
/flyway/flyway -community -user=${db_user} -password=${db_password} \ /flyway/flyway -community -user=${db_user} -password=${db_password} \
-url=jdbc:postgresql://localhost:5432/postgres \ -url=jdbc:postgresql://localhost:5432/postgres \