fix: remove northbound_cm/pm table
This commit is contained in:
6
database/upgrade/upg_northbound_cm.sql
Normal file
6
database/upgrade/upg_northbound_cm.sql
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
--
|
||||||
|
-- Table structure for table `northbound_cm`
|
||||||
|
--
|
||||||
|
|
||||||
|
DROP TABLE IF EXISTS `northbound_cm`;
|
||||||
|
|
||||||
6
database/upgrade/upg_northbound_pm.sql
Normal file
6
database/upgrade/upg_northbound_pm.sql
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
--
|
||||||
|
-- Table structure for table `northbound_pm`
|
||||||
|
--
|
||||||
|
|
||||||
|
DROP TABLE IF EXISTS `northbound_pm`;
|
||||||
|
|
||||||
Reference in New Issue
Block a user