]> git.mxchange.org Git - jjobs-ejb.git/commitdiff
Please cherry-pick:
authorRoland Häder <roland@mxchange.org>
Tue, 4 Feb 2020 21:51:43 +0000 (22:51 +0100)
committerRoland Häder <roland@mxchange.org>
Tue, 4 Feb 2020 21:56:15 +0000 (22:56 +0100)
- having nothing created is best and most secure choice, then accidentally no
  data is lost and you have to re-enable this when you want to (re-)create your
  database layout.

Signed-off-by: Roland Häder <roland@mxchange.org>
src/conf/persistence.xml

index 9e3f5588237832af316194df6b6c0414419d6eac..eb18d4b988884e65309b1481e73bd30728bce53d 100644 (file)
@@ -28,7 +28,6 @@
     <class>org.mxchange.jusercore.model.user.password_history.UserPasswordHistory</class>
     <exclude-unlisted-classes>false</exclude-unlisted-classes>
     <properties>
-      <property name="javax.persistence.schema-generation.database.action" value="drop-and-create"/>
     </properties>
   </persistence-unit>
 </persistence>