ENT-1932 Move MigrationExporter to the "node" module

This commit is contained in:
Tudor Malene 2018-05-21 10:44:07 +01:00 committed by tudor.malene@gmail.com
parent 6b26d7d1a2
commit 8356316d2e
2 changed files with 1 additions and 1 deletions

View File

@ -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")
}