Skip to content

Commit 6449c00

Browse files
committed
database action drop-and-create added
1 parent 6d988b9 commit 6449c00

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

jpa/stream/src/test/resources/test-persistence.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
<persistence-unit name="TEST_PU">
1212
<properties>
13+
<property name="javax.persistence.schema-generation.database.action" value="drop-and-create"/>
1314
<property name="javax.persistence.sql-load-script-source" value="META-INF/sql/insert.sql"/>
1415
</properties>
1516
</persistence-unit>

0 commit comments

Comments
 (0)