Is there a way to create the DBchangelog tables on a specific database and schema ?
Is there a way to create the DBchangelog tables on a specific database and schema ?
By default, the tracking tables will be created in the database specified by your URL, and in the schema for the user you are connected to the database as.
You can specify a different schema using this parameter:
–liquibase-schema-name
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| Databasechangelog specify schema name postgres | 1 | 3165 | January 18, 2021 | |
| databasechangelog table in seperate schema (common for all changes) | 7 | 3505 | October 4, 2013 | |
| GenerateChangelog for specific tables in schema | 3 | 4764 | April 28, 2021 | |
| generateChangeLog for specific table | 0 | 657 | February 6, 2013 | |
| Connect to Different Schema in Changelog? | 1 | 703 | November 7, 2023 |