Skip to content
Snippets Groups Projects
Commit b6d312f7 authored by Eirik Steira's avatar Eirik Steira
Browse files

Change hibernate property hgm2ddl.auto to update schema instead of dropping and creating every time

f
parent 37ad034f
No related branches found
No related tags found
2 merge requests!104Weekly merge to Master,!62Change hibernate property hgm2ddl.auto to update schema instead of dropping and creating every time
Pipeline #76597 passed
......@@ -31,8 +31,8 @@
<property name="hibernate.format_sql" value="true"/>
<property name="hibernate.use_sql_comments" value="true"/>
<!-- Drop and create tables on startup -->
<property name="hibernate.hbm2ddl.auto" value="create-drop" />
<!-- Update tables on startup -->
<property name="hibernate.hbm2ddl.auto" value="update" />
</properties>
</persistence-unit>
</persistence>
\ No newline at end of file
src/test/java/tmp/test_image_2.jpg

3.7 MiB | W: | H:

src/test/java/tmp/test_image_2.jpg

1.75 MiB | W: | H:

src/test/java/tmp/test_image_2.jpg
src/test/java/tmp/test_image_2.jpg
src/test/java/tmp/test_image_2.jpg
src/test/java/tmp/test_image_2.jpg
  • 2-up
  • Swipe
  • Onion skin
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment