]> git.mxchange.org Git - addressbook-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:44 +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 324307182f92545d979dc2736c096e06316859a2..a301c9f097d56f0b58779efbda6fa62f22bb1519 100644 (file)
@@ -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>