mirror of
https://github.com/corda/corda.git
synced 2024-12-31 18:27:05 +00:00
fix url (#735)
This commit is contained in:
parent
7f8c36faa0
commit
d34d599baf
@ -133,7 +133,7 @@ class SchemaMigration(
|
|||||||
check && !run -> {
|
check && !run -> {
|
||||||
val unRunChanges = liquibase.listUnrunChangeSets(Contexts(), LabelExpression())
|
val unRunChanges = liquibase.listUnrunChangeSets(Contexts(), LabelExpression())
|
||||||
if (unRunChanges.isNotEmpty()) {
|
if (unRunChanges.isNotEmpty()) {
|
||||||
throw IllegalStateException("There are ${unRunChanges.size} outstanding database changes that need to be run. Please use the advanced migration tool. See: https://http://docs.corda.r3.com/database-migration.html")
|
throw IllegalStateException("There are ${unRunChanges.size} outstanding database changes that need to be run. Please use the advanced migration tool. See: https://docs.corda.r3.com/database-migration.html")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
(outputWriter != null) && !check && !run -> liquibase.update(Contexts(), outputWriter)
|
(outputWriter != null) && !check && !run -> liquibase.update(Contexts(), outputWriter)
|
||||||
|
Loading…
Reference in New Issue
Block a user