From 22bf28b128eefc78d91fb8b6057e3d093d1dc0bf Mon Sep 17 00:00:00 2001 From: Sarah Date: Wed, 20 Mar 2024 14:47:39 -0400 Subject: [PATCH] Test removing transactional lock from deploy script --- release/schema-deployer/deploy_sql_schema.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/schema-deployer/deploy_sql_schema.sh b/release/schema-deployer/deploy_sql_schema.sh index 5083c10d1..4fa0a5bdb 100755 --- a/release/schema-deployer/deploy_sql_schema.sh +++ b/release/schema-deployer/deploy_sql_schema.sh @@ -79,7 +79,7 @@ if ! pgrep cloud_sql_proxy; then fi # 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} \ -url=jdbc:postgresql://localhost:5432/postgres \