mirror of
https://github.com/corda/corda.git
synced 2025-02-15 23:22:54 +00:00
ENT-1932 Move MigrationExporter to the "node" module
This commit is contained in:
parent
6b26d7d1a2
commit
8356316d2e
@ -63,7 +63,7 @@ class MigrationExporter(val parent: Path, val datasourceProperties: Properties,
|
||||
createNewFile()
|
||||
appendText(LIQUIBASE_HEADER)
|
||||
appendText("\n\n")
|
||||
appendText("--changeset $CORDA_USER:initial_schema_for_${mappedSchema::class.simpleName!!}")
|
||||
appendText("--changeset ${CORDA_USER}:initial_schema_for_${mappedSchema::class.simpleName!!}")
|
||||
appendText("\n")
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user