Skip to content

Commit

Permalink
[SWITCHYARD-2536] - Updated persistence config to only create schema
Browse files Browse the repository at this point in the history
  • Loading branch information
mageshbk authored and FuseSource CI committed Aug 7, 2015
1 parent 3bc6cde commit 922f77b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<exclude-unlisted-classes>true</exclude-unlisted-classes>
<properties>
<!-- Properties for Hibernate -->
<property name="hibernate.hbm2ddl.auto" value="create-drop" />
<property name="hibernate.hbm2ddl.auto" value="update" />
<!-- Uncomment to print SQL statements executed by Hibernate
<property name="hibernate.show_sql" value="true" />
-->
Expand Down

0 comments on commit 922f77b

Please sign in to comment.