diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2012-11-18 22:49:30 +1300 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2012-11-18 22:49:30 +1300 |
commit | e081b313c717c1fb60a93f07613253f73b8cc933 (patch) | |
tree | 510c896ad15a18e6c150cd5cd0914052e4a10ad8 /src/main/resources/META-INF | |
parent | 3d63b73061d7ae7b56f6c1f5bfc265ef41981bbb (diff) | |
download | trackermap-web-e081b313c717c1fb60a93f07613253f73b8cc933.tar.gz trackermap-web-e081b313c717c1fb60a93f07613253f73b8cc933.tar.bz2 trackermap-web-e081b313c717c1fb60a93f07613253f73b8cc933.zip |
Persistence experiments
Diffstat (limited to 'src/main/resources/META-INF')
-rw-r--r-- | src/main/resources/META-INF/persistence.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/META-INF/persistence.xml b/src/main/resources/META-INF/persistence.xml index a89d96d1..e4573c9a 100644 --- a/src/main/resources/META-INF/persistence.xml +++ b/src/main/resources/META-INF/persistence.xml @@ -11,7 +11,7 @@ <property name="hibernate.connection.username" value="root"/> <property name="hibernate.connection.password" value="root"/> <property name="hibernate.dialect" value="org.hibernate.dialect.MySQLDialect"/> - <property name="hibernate.hbm2ddl.auto" value="create-drop"/> + <property name="hibernate.hbm2ddl.auto" value="validate"/> </properties> </persistence-unit> </persistence> |