Running multiple databases (mssql,postgreSql): Syntax error occurs for createIndex

Thanks in advance for any input. 

My company has an application that has been running on mssql and and the tests are run on H2 in memory, however we want to transition over to using postgreSql for our development environments.  The following works on mssql and H2 but fails for postgreSql

            

	</div>

I know that PostgreSql does not like the schema being defined in the name of the index and the table but i cannot figure out how to be able to run the changeset without the schema name being included in the sql.

         

Application details:

Spring-boot 2;liquibase-core 3.5.3; liquibase-postgresql 3.0