Hi there!
Is there a way to rename the automatically generated tables ‘databasechangelog’ and ‘databasechangeloglock’?
Thank you for your product
Hi there!
Is there a way to rename the automatically generated tables ‘databasechangelog’ and ‘databasechangeloglock’?
Thank you for your product
Yes, it is possible through system properties liquibase.databaseChangeLogTableName and liquibase.databaseChangeLogLockTableName.
It may be possible with ant or maven properties as well. I’m not sure off hand.
Nathan