Hi all:
Liquibase command line tool supports specifying schema through the option:
�defaultSchemaName=
Does spring migration support specifying defaultSchemaName as well?
Thanks,
Stanley
Hi all:
Liquibase command line tool supports specifying schema through the option:
�defaultSchemaName=
Does spring migration support specifying defaultSchemaName as well?
Thanks,
Stanley
Not currently. What you’ll have to do is create a subclass of liquibase.integration.spring.SpringLiquibase and override the createLiquibase(Connection conn) method with something like this:
Nathan