summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-DB-os/PortalMySql_3_3_Remove.sql
diff options
context:
space:
mode:
Diffstat (limited to 'ecomp-portal-DB-os/PortalMySql_3_3_Remove.sql')
-rw-r--r--ecomp-portal-DB-os/PortalMySql_3_3_Remove.sql10
1 files changed, 10 insertions, 0 deletions
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
index 00000000..f1aba387
--- /dev/null
+++ b/ecomp-portal-DB-os/PortalMySql_3_3_Remove.sql
@@ -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