改个小错误

This commit is contained in:
Bretton
2019-11-10 08:29:07 +08:00
committed by 兔姬桑
parent 73e3c89332
commit 7ac3a7b7dc
7 changed files with 3 additions and 19 deletions

View File

@@ -8,10 +8,6 @@ ALTER TABLE `coupon`
ALTER TABLE `goods`
DROP COLUMN `is_del`;
ALTER TABLE `invite`
DROP COLUMN `is_del`;
ALTER TABLE `article`
ADD COLUMN `deleted_at` DATETIME NULL DEFAULT NULL COMMENT '删除时间' AFTER `updated_at`;

View File

@@ -1 +0,0 @@
INSERT INTO `config` VALUES ('98', 'admin_email', '');