-
Type: Task
-
Status: Closed (View Workflow)
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 0.12 swallows
-
Fix Version/s: 0.15 swallows
-
Labels:None
Switch from hibernate-generated schemata to flyway's
Now we are using
hibernate.hbm2ddl.auto=update
This may mean that hibernate will create the schema instead of using flyway's one.
Make sure that the generated schemata are from flyway migrations.