]> git.mxchange.org Git - pizzaservice-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:55:53 +0000 (22:55 +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 e9dcefab4912f7106815bfd01b8bf539e2f1c27b..e859a17868cddb1d6c4665318e22ad18ed20ee25 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="create"/>
     </properties>
   </persistence-unit>
 </persistence>