Change property for auto creating schema

Change old property datanucleus.autoCreateSchema
to datanucleus.schema.autoCreateAll for all
supported hives.

Change-Id: Ib96b5f601b78ada4677595fcdac2aa0041272e93
Closes-Bug: #1566311
This commit is contained in:
groghkov
2016-04-05 16:36:39 +03:00
parent df341a53cb
commit 818db686ff

View File

@@ -11,7 +11,7 @@
</property>
<property>
<name>datanucleus.autoCreateSchema</name>
<name>datanucleus.schema.autoCreateAll</name>
<value>true</value>
<description>
creates necessary schema on a startup if one doesn't exist.