Commit 58fe9833 by Juho Juopperi

create tables automatically

1 parent 196be097
......@@ -5,8 +5,9 @@
<persistence-unit name="BortalDb" transaction-type="JTA">
<jta-data-source>jdbc/bortal</jta-data-source>
<properties>
<property name="eclipselink.ddl-generation.output-mode" value="both"/>
<property name="eclipselink.ddl-generation" value="create-tables"/>
<property name="eclipselink.cache.size.default" value="16384"/>
<property name="eclipselink.ddl-generation.output-mode" value="database"/>
</properties>
</persistence-unit>
</persistence>
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!