From 5b6207f743fb4b23310d986f4b70d888e5dd68c8 Mon Sep 17 00:00:00 2001 From: zhangsz Date: Wed, 26 Mar 2025 10:36:05 +0800 Subject: [PATCH] fix: remove northbound_cm/pm table --- database/upgrade/upg_northbound_cm.sql | 6 ++++++ database/upgrade/upg_northbound_pm.sql | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 database/upgrade/upg_northbound_cm.sql create mode 100644 database/upgrade/upg_northbound_pm.sql diff --git a/database/upgrade/upg_northbound_cm.sql b/database/upgrade/upg_northbound_cm.sql new file mode 100644 index 00000000..1d220429 --- /dev/null +++ b/database/upgrade/upg_northbound_cm.sql @@ -0,0 +1,6 @@ +-- +-- Table structure for table `northbound_cm` +-- + +DROP TABLE IF EXISTS `northbound_cm`; + diff --git a/database/upgrade/upg_northbound_pm.sql b/database/upgrade/upg_northbound_pm.sql new file mode 100644 index 00000000..f1c2d911 --- /dev/null +++ b/database/upgrade/upg_northbound_pm.sql @@ -0,0 +1,6 @@ +-- +-- Table structure for table `northbound_pm` +-- + +DROP TABLE IF EXISTS `northbound_pm`; +