|
|
@@ -16,7 +16,7 @@
|
|
|
to modify an existing database; value="create-drop" means the same as "create"
|
|
|
but also drops tables when Hibernate closes; value="validate" makes no changes
|
|
|
to the database -->
|
|
|
- <property name="hibernate.hbm2ddl.auto" value="update" />
|
|
|
+ <property name="hibernate.hbm2ddl.auto" value="none" />
|
|
|
<property name="hibernate.ejb.naming_strategy" value="org.hibernate.cfg.ImprovedNamingStrategy" />
|
|
|
<property name="hibernate.connection.charSet" value="UTF-8" />
|
|
|
<!-- Uncomment the following two properties for JBoss only -->
|