Skip to content

Commit

Permalink
[BAPL-1336] Don't drop db after tests
Browse files Browse the repository at this point in the history
Signed-off-by: Ruben Romero Montes <rromerom@redhat.com>
  • Loading branch information
ruromero committed Aug 13, 2019
1 parent 662ffa2 commit fc17761
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -15,8 +15,8 @@
<property name="hibernate.default_schema" value="${maven.jdbc.schema}"/>

<property name="hibernate.max_fetch_depth" value="3"/>
<property name="hibernate.hbm2ddl.auto" value="create-drop"/>
<property name="hibernate.hbm2ddl.auto" value="create"/>
<property name="hibernate.show_sql" value="false"/>
</properties>
</persistence-unit>
</persistence>
</persistence>

0 comments on commit fc17761

Please sign in to comment.