mirror of
https://github.com/corda/corda.git
synced 2025-06-18 07:08:15 +00:00
ENT-1932 Move MigrationExporter to the "node" module
This commit is contained in:
committed by
tudor.malene@gmail.com
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")
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue
Block a user