Browse Source

提交sql

sgjj 5 years ago
parent
commit
e27ade5dfa
2 changed files with 127 additions and 132 deletions
  1. 0 2
      doc/5.0.0-to-5.1-mysql.sql
  2. 127 130
      doc/mcms-5.1.sql

+ 0 - 2
doc/5.0.0-to-5.1-mysql.sql

@@ -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`;

File diff suppressed because it is too large
+ 127 - 130
doc/mcms-5.1.sql


Some files were not shown because too many files changed in this diff