From a584304f21cc9bab0992b0054fb011882f5b926d Mon Sep 17 00:00:00 2001 From: DU Date: Mon, 11 Jan 2021 17:32:01 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"Revert=20"=E5=88=A0=E9=99=A4=E8=A1=A8?= =?UTF-8?q?sql""?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit eaa5d94b --- sql/20210108-dukang.sql | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sql/20210108-dukang.sql b/sql/20210108-dukang.sql index 9fc03b720..6c81df8c7 100644 --- a/sql/20210108-dukang.sql +++ b/sql/20210108-dukang.sql @@ -87,6 +87,10 @@ COLLATE='utf8_general_ci' ENGINE=InnoDB ; +-- 删除表 + +DROP TABLE `user_company_rel`; +