At most the schema can be validated

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2017-04-28 16:49:58 +02:00
parent e712f46e3b
commit ce68e751fc

View File

@ -15,8 +15,7 @@
<property name="cache.provider_class">org.hibernate.cache.NoCacheProvider</property>
<property name="show_sql">true</property>
<!-- Drop and re-create the database schema on startup -->
<!--<property name="hbm2ddl.auto">create</property>-->
<property name="hbm2ddl.auto">validate</property>
<mapping resource="de/dis2013/data/mapping/Person.hbm.xml" />
<mapping resource="de/dis2013/data/mapping/Makler.hbm.xml" />