]> git.mxchange.org Git - jfinancials-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:51:43 +0000 (22:51 +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 8ce6eb619f7f61126b2c192a9a352dcc3c5a7ed2..0e197d389e0e0d602f0a883338fb6d2553a07c94 100644 (file)
@@ -29,7 +29,6 @@
     <class>org.mxchange.jfinancials.model.bonus_card.FinancialBonusCard</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>