mirror of
https://github.com/corda/corda.git
synced 2025-06-15 05:38:14 +00:00
ENT-1704 restructure db migration documentation (#636)
This commit is contained in:
committed by
Michele Sollecito
parent
c7937fa6f9
commit
241f7738e4
@ -133,7 +133,7 @@ class SchemaMigration(
|
||||
check && !run -> {
|
||||
val unRunChanges = liquibase.listUnrunChangeSets(Contexts(), LabelExpression())
|
||||
if (unRunChanges.isNotEmpty()) {
|
||||
throw IllegalStateException("There are ${unRunChanges.size} outstanding database changes that need to be run. Please use the provided tools to update the database.")
|
||||
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")
|
||||
}
|
||||
}
|
||||
(outputWriter != null) && !check && !run -> liquibase.update(Contexts(), outputWriter)
|
||||
|
Reference in New Issue
Block a user