Portal Non-Gui application onboarding changes
[portal.git] / ecomp-portal-DB-os / PortalMySql_3_3_Remove.sql
diff --git a/ecomp-portal-DB-os/PortalMySql_3_3_Remove.sql b/ecomp-portal-DB-os/PortalMySql_3_3_Remove.sql
new file mode 100644 (file)
index 0000000..f1aba38
--- /dev/null
@@ -0,0 +1,10 @@
+
+use portal;
+
+alter table fn_app drop column mode_of_integration;
+
+alter table fn_app drop column ack_app;
+
+alter table fn_app drop column uses_cadi;
+
+commit;
\ No newline at end of file