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
8616dca6
Commit
8616dca6
authored
May 07, 2022
by
msgroup
Committed by
mingsoft
May 07, 2022
Browse files
fix: 5.2.8待发布更新
parent
16d24897
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
doc/5.2.6-up-5.2.7.sql
deleted
100644 → 0
View file @
16d24897
ALTER
TABLE
`model`
DROP
COLUMN
`manager_id`
;
ALTER
TABLE
`cms_category`
DROP
COLUMN
`category_datetime`
;
ALTER
TABLE
`logger`
MODIFY
COLUMN
`id`
bigint
(
20
)
UNSIGNED
NOT
NULL
;
ALTER
TABLE
`mdiy_page`
ADD
COLUMN
`NOT_DEL`
int
(
1
)
DEFAULT
0
COMMENT
'删除标记'
;
ALTER
TABLE
`mdiy_model`
DROP
INDEX
`indx_model_name`
;
\ No newline at end of file
doc/5.2.7-up-5.2.8.sql
0 → 100644
View file @
8616dca6
This diff is collapsed.
Click to expand it.
doc/mcms-5.2.
7
.sql
→
doc/mcms-5.2.
8
.sql
View file @
8616dca6
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