Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Won't Fix
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
Description
It would be nice to be able to set dbCreate to 'validate' on those environments where autobase is incharge of the schema.
Currently the migrations seem to run after the validate check is done and therefore sessionFactory initialisation fails.
This is nontrivial. Since I tend to run Autobase under "update", we'll need some kind of switch. And that switch is going to basically require Autobase to run before the Hibernate plugin, which I'm not sure is supported by Grails in any way.