summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--orkbasej/java/mysql.hbm.template.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/orkbasej/java/mysql.hbm.template.xml b/orkbasej/java/mysql.hbm.template.xml
index 037e99f..2ff47f4 100644
--- a/orkbasej/java/mysql.hbm.template.xml
+++ b/orkbasej/java/mysql.hbm.template.xml
@@ -10,7 +10,7 @@
<property name="hibernate.connection.password">password</property>
<property name="hibernate.connection.username">root</property>
- <!--<property name="hibernate.hbm2ddl.auto">update</property>--> <!-- update, create, create-drop -->
+ <property name="hibernate.hbm2ddl.auto">update</property> <!-- update, create, create-drop -->
<property name="hibernate.show_sql">false</property>
<property name="hibernate.max_fetch_depth">1</property>