[Policy-8 ,Policy-23] Updated Matchid for policies
[policy/engine.git] / packages / base / src / files / install / mysql / data / 170701_downgrade_script.sql
index 657abad..d81fa15 100644 (file)
 * ============LICENSE_END=========================================================
 */
 use ecomp_sdk;
-ALTER TABLE fwtagpicker drop networkRole;
\ No newline at end of file
+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