From bbbc33e92745fb2fcb145429445c3dfcd0d127b5 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Roland=20H=C3=A4der?= <roland@mxchange.org>
Date: Tue, 4 Feb 2020 22:51:43 +0100
Subject: [PATCH] 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.
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit

Signed-off-by: Roland Häder <roland@mxchange.org>
---
 src/conf/persistence.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/conf/persistence.xml b/src/conf/persistence.xml
index e9dcefa..e859a17 100644
--- a/src/conf/persistence.xml
+++ b/src/conf/persistence.xml
@@ -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>
-- 
2.39.5