Update Policy Components not to create tables 33/123333/1
authorktimoney <kevin.timoney@est.tech>
Tue, 17 Aug 2021 14:55:10 +0000 (15:55 +0100)
committerktimoney <kevin.timoney@est.tech>
Tue, 17 Aug 2021 15:57:46 +0000 (16:57 +0100)
Issue-ID: POLICY-3488
Change-Id: I704e8b10db6fb8b5c3df13f255fc2076df03f1a2
Signed-off-by: ktimoney <kevin.timoney@est.tech>
main/src/main/resources/META-INF/persistence.xml

index 8ab5082..c400cce 100644 (file)
@@ -3,6 +3,7 @@
   ============LICENSE_START=======================================================
    Copyright (C) 2019-2020 Nordix Foundation.
    Modifications Copyright (C) 2021 AT&T Intellectual Property.
+   Modification Copyright 2021. Nordix Foundation.
   ================================================================================
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
         <class>org.onap.policy.models.tosca.simple.concepts.JpaToscaTrigger</class>
 
         <properties>
-            <property
-                name="javax.persistence.schema-generation.database.action"
-                value="create" />
-            <property
-                name="eclipselink.ddl-generation"
-                value="create-or-extend-tables" />
-            <property
-                name="eclipselink.ddl-generation.output-mode"
-                value="database" />
-            <property
-                name="eclipselink.logging.level"
-                value="INFO" />
+            <property name="javax.persistence.schema-generation.database.action" value="none" />
+            <property name="eclipselink.ddl-generation" value="none" />
+            <property name="eclipselink.logging.level" value="INFO" />
         </properties>
     </persistence-unit>
 </persistence>