summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-DB-os/PortalMySql_3_3_Remove.sql
diff options
context:
space:
mode:
authorRachitha Ramappa <rachitha.ramappa@att.com>2020-07-02 12:56:08 +0530
committerMuni Mohan Kunchi <munmohan@att.com>2020-07-17 16:48:53 -0400
commita36db1a18f3d5117517313ba035e2384e00cc0a7 (patch)
treeb3424bdf4d6c6479ef30251a281eb1339f4d9af9 /ecomp-portal-DB-os/PortalMySql_3_3_Remove.sql
parentd856cbc5d725836a07776b0f20f06bbbda7b5412 (diff)
Portal Non-Gui application onboarding changes
Change-Id: Ib878398995e1d7a407d44ea6113c05aab2dd1625 Issue-ID: PORTAL-935 Signed-off-by: Muni Mohan Kunchi <munmohan@att.com>
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