Skip to content

Commit 7ba6825

Browse files
committed
Removed DEV mode schema addition.
1 parent d540d84 commit 7ba6825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ToDoListServer/src/META-INF/persistence.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<jta-data-source>ToDoListDS</jta-data-source>
88
<properties>
99
<!-- <property name="openjpa.jdbc.Schema" value="TODOLIST_PROD"/>--> <!-- DB selection moved to server -->
10-
<property name="openjpa.jdbc.SynchronizeMappings" value="buildSchema(schemaAction='add')"/>
10+
<!-- <property name="openjpa.jdbc.SynchronizeMappings" value="buildSchema(schemaAction='add')"/> -->
1111
</properties>
1212
</persistence-unit>
1313
</persistence>

0 commit comments

Comments
 (0)