X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ecomp-portal-DB-os%2FPortalMySql_3_3_Remove.sql;fp=ecomp-portal-DB-os%2FPortalMySql_3_3_Remove.sql;h=f1aba3872ce29986ad39405403927d7e02737a39;hb=a36db1a18f3d5117517313ba035e2384e00cc0a7;hp=0000000000000000000000000000000000000000;hpb=d856cbc5d725836a07776b0f20f06bbbda7b5412;p=portal.git 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