You are able to set the “liquibaseSchemaName” to use to track the databasechangelog tables. If you set the same schema name for across different liquibase runs you can use share the same schema for the liquibase control tables.
How you set the liquibaseSchemaName depends on how you are running liquibase. Are you using command line? Maven? A different way?
I tried to use the same attribute and tried to execute ‘update’ command…and it able to create those two tables inside ‘MyLog’ schema… but ton the parallel terms of how we define SchemaName for a changeset… can we define a username,password ?