mirror of
https://github.com/google/nomulus
synced 2025-12-23 06:15:42 +00:00
Add indexes on domainRepoId to DomainHistoryHost and PollMessage (#2380)
* Add index for domainRepoId to PollMessage and DomainHistoryHost * Add flyway fix for Concurrent * fix gradle.properties * Modify lockfiles * Update the release tool and add IF NOT EXISTS * Test removing transactional lock from deploy script * Add transactional lock flag to actual flyway commands in script * Remove flag from info command * Add configuration for integration test
This commit is contained in:
@@ -78,7 +78,8 @@ if ! pgrep cloud_sql_proxy; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
/flyway/flyway -community -user=${db_user} -password=${db_password} \
|
||||
/flyway/flyway -postgresql.transactional.lock=false -community \
|
||||
-user=${db_user} -password=${db_password} \
|
||||
-url=jdbc:postgresql://localhost:5432/postgres \
|
||||
-locations=classpath:sql/flyway \
|
||||
${flyway_action}
|
||||
|
||||
Reference in New Issue
Block a user