Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
MCMS
Commits
e27ade5d
Commit
e27ade5d
authored
Sep 14, 2020
by
sgjj
Browse files
提交sql
parent
3820771a
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
doc/5.0.0-to-5.1-mysql.sql
View file @
e27ade5d
...
...
@@ -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`
;
...
...
doc/mcms-5.1.sql
View file @
e27ade5d
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment