SpringLiquibase.setDropFirst set to true throws an exception on a blank database
Description
if SpringLiquibase.setDropFirst set to true
and the database is blank then exception happens Caused by: liquibase.exception.DatabaseException: Error executing SQL select count from public.databasechangeloglock: ERROR: relation "public.databasechangeloglock" does not exist
if SpringLiquibase.setDropFirst set to true
and the database is blank then exception happens
Caused by: liquibase.exception.DatabaseException: Error executing SQL select count from public.databasechangeloglock: ERROR: relation "public.databasechangeloglock" does not exist
on version 3.1.1 (and 3.1.0) it works fine