mirror of
https://github.com/google/nomulus.git
synced 2025-07-21 10:16:07 +02:00
Test removing transactional lock from deploy script
This commit is contained in:
parent
c77af7c319
commit
22bf28b128
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue