We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d540d84 commit 7ba6825Copy full SHA for 7ba6825
ToDoListServer/src/META-INF/persistence.xml
@@ -7,7 +7,7 @@
7
<jta-data-source>ToDoListDS</jta-data-source>
8
<properties>
9
<!-- <property name="openjpa.jdbc.Schema" value="TODOLIST_PROD"/>--> <!-- DB selection moved to server -->
10
- <property name="openjpa.jdbc.SynchronizeMappings" value="buildSchema(schemaAction='add')"/>
+ <!-- <property name="openjpa.jdbc.SynchronizeMappings" value="buildSchema(schemaAction='add')"/> -->
11
</properties>
12
</persistence-unit>
13
</persistence>
0 commit comments