[POLICY-73] replace openecomp for policy-engine
[policy/engine.git] / packages / base / src / files / install / mysql / data / 170701_downgrade_script.sql
index 657abad..2609634 100644 (file)
@@ -1,6 +1,6 @@
 /*-
 * ============LICENSE_START=======================================================
-* ECOMP Policy Engine
+* ONAP Policy Engine
 * ================================================================================
 * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
 * ================================================================================
 * limitations under the License.
 * ============LICENSE_END=========================================================
 */
-use ecomp_sdk;
-ALTER TABLE fwtagpicker drop networkRole;
\ No newline at end of file
+use onap_sdk;
+ALTER TABLE fwtagpicker drop networkRole;
+alter table microservicemodels drop column enumValues, drop column annotation; 
+drop table if exists FWTag; 
+drop table if exists FWTagPicker; 
+drop table if exists brmsdependency;
+drop table if exists brmscontroller;
+drop table if exists microserviceattribute; 
\ No newline at end of file