Author: heiko.braun(a)jboss.com
Date: 2009-02-13 08:55:54 -0500 (Fri, 13 Feb 2009)
New Revision: 3869
Modified:
jbpm4/trunk/modules/jpdl/src/main/resources/hibernate.common.xml
Log:
Default hibernate.hbm2ddl.auto=create-drop. Simplifies development for now.
Modified: jbpm4/trunk/modules/jpdl/src/main/resources/hibernate.common.xml
===================================================================
--- jbpm4/trunk/modules/jpdl/src/main/resources/hibernate.common.xml 2009-02-13 13:33:58
UTC (rev 3868)
+++ jbpm4/trunk/modules/jpdl/src/main/resources/hibernate.common.xml 2009-02-13 13:55:54
UTC (rev 3869)
@@ -19,7 +19,7 @@
<!-- ################################### -->
<!-- Automatic schema creation (begin) -->
- <property name="hibernate.hbm2ddl.auto">create</property>
+ <property name="hibernate.hbm2ddl.auto">create-drop</property>
<!-- Automatic schema creation (end) -->
<!-- Simple memory-only cache -->
Show replies by date