From: Roland Häder <roland@mxchange.org>
Date: Tue, 4 Feb 2020 21:51:43 +0000 (+0100)
Subject: Please cherry-pick:
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=369266819bce11e29baf366dcbe0294256d2aba2;p=addressbook-ejb.git

Please cherry-pick:
- 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>
---

diff --git a/src/conf/persistence.xml b/src/conf/persistence.xml
index 3243071..a301c9f 100644
--- a/src/conf/persistence.xml
+++ b/src/conf/persistence.xml
@@ -25,7 +25,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>