Skip to content

Commit

Permalink
remove drop-amd-create property
Browse files Browse the repository at this point in the history
issue #44
  • Loading branch information
Jaroslav380 committed Jan 28, 2025
1 parent 9cc368d commit 168bc55
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions gamertrack-db/src/main/resources/META-INF/persistence.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
version="3.2">
<!--JTA -> container does everything EntityManager related, EM can only be accessed when a transaction is in progress-->
<persistence-unit name="gamertrack" transaction-type="JTA">
<properties>
<property name="jakarta.persistence.schema-generation.database.action"
value="drop-and-create"/>
</properties>

</persistence-unit>
</persistence>

0 comments on commit 168bc55

Please sign in to comment.