Rename databasechangelog table

Hi there!

Is there a way to rename the automatically generated tables ‘databasechangelog’ and ‘databasechangeloglock’?

Thank you for your product :slight_smile:

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