Commit e27ade5d authored by sgjj's avatar sgjj

提交sql

parent 3820771a
......@@ -28,8 +28,6 @@ ADD COLUMN `manager_admin` varchar(255) CHARACTER SET utf8 COLLATE utf8_general
ALTER TABLE `cms_category`
ADD COLUMN `category_pinyin` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL AFTER `create_by`;
UPDATE `manager` SET `manager_admin`='super' WHERE (`manager_id`=57);
ALTER TABLE `model` DROP FOREIGN KEY `model_ibfk_2`;
ALTER TABLE `model` DROP FOREIGN KEY `model_ibfk_3`;
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment