mirror of
https://github.com/corda/corda.git
synced 2025-02-21 09:51:57 +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()
|
createNewFile()
|
||||||
appendText(LIQUIBASE_HEADER)
|
appendText(LIQUIBASE_HEADER)
|
||||||
appendText("\n\n")
|
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")
|
appendText("\n")
|
||||||
}
|
}
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user