SpringLiquibase.setDropFirst set to true throws an exception on a blank database
Description
Environment
postgres 9.3 jdk7
Activity
Show:
Nathan Voxland July 23, 2014 at 8:20 PM
This was fixed with 3.2.1
Fixed
Details
Details
Reporter
yilativs
yilativsComponents
Fix versions
Affects versions
Priority
Created July 18, 2014 at 3:59 PM
Updated July 23, 2014 at 8:26 PM
Resolved July 23, 2014 at 8:26 PM
if SpringLiquibase.setDropFirst set to true
and the database is blank then exception happens
from public.databasechangeloglock: ERROR: relation "public.databasechangeloglock" does not exist
Caused by: liquibase.exception.DatabaseException: Error executing SQL select count
on version 3.1.1 (and 3.1.0) it works fine