mirror of
https://github.com/google/nomulus
synced 2026-09-27 02:14:14 +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:
+4
-1
@@ -147,6 +147,9 @@ publishing {
|
||||
|
||||
flyway {
|
||||
def accessInfo = project.ext.getJdbcAccessInfo()
|
||||
pluginConfiguration = [
|
||||
postgresqlTransactionalLock: 'false'
|
||||
]
|
||||
|
||||
url = accessInfo.url
|
||||
user = accessInfo.user
|
||||
@@ -160,7 +163,7 @@ dependencies {
|
||||
def deps = rootProject.dependencyMap
|
||||
|
||||
implementation deps['org.flywaydb:flyway-core']
|
||||
runtimeOnly deps['org.flywaydb:flyway-database-postgresql']
|
||||
implementation deps['org.flywaydb:flyway-database-postgresql']
|
||||
|
||||
runtimeOnly deps['com.google.cloud.sql:postgres-socket-factory']
|
||||
runtimeOnly deps['org.postgresql:postgresql']
|
||||
|
||||
Reference in New Issue
Block a user