Skip to content

Commit

Permalink
fix(queue/sql): fix clash between orca/keiko changelogs (#3140)
Browse files Browse the repository at this point in the history
  • Loading branch information
asher committed Sep 11, 2019
1 parent 855eacd commit 154daba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ enablePublishing=false
korkVersion=6.7.1
spinnakerGradleVersion=7.0.1
org.gradle.parallel=true
keikoVersion=2.13.0
keikoVersion=2.13.1
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ class SpringLiquibaseProxy(
// First do the OSS migrations
super.afterPropertiesSet()

SpringLiquibase().apply {
changeLog = "classpath:db/changelog-keiko.yml"
dataSource = createDataSource()
resourceLoader = this@SpringLiquibaseProxy.resourceLoader
}.afterPropertiesSet()

// Then if anything else has been defined, do that afterwards
sqlProperties.migration.additionalChangeLogs
.filter { !it.isEmpty() }
Expand Down

0 comments on commit 154daba

Please sign in to comment.