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
4c979cc8
Commit
4c979cc8
authored
Sep 09, 2022
by
zhouyk
Browse files
5.2.9 发布
parent
4856c222
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
doc/5.2.7-up-5.2.8.sql
deleted
100644 → 0
View file @
4856c222
This diff is collapsed.
Click to expand it.
doc/5.2.8-up-5.2.9.sql
0 → 100644
View file @
4c979cc8
SET
FOREIGN_KEY_CHECKS
=
0
;
ALTER
TABLE
`cms_category`
MODIFY
COLUMN
`mdiy_model_id`
varchar
(
50
)
NULL
DEFAULT
NULL
COMMENT
'栏目管理的内容模型ID'
AFTER
`dict_id`
;
ALTER
TABLE
`cms_content`
ADD
COLUMN
`HAS_DETAIL_HTML`
int
(
1
)
NULL
DEFAULT
0
COMMENT
'文章静态化标识 0表示未被自动静态化,1反之'
AFTER
`content_hit`
;
ALTER
TABLE
`cms_content`
ADD
COLUMN
`HAS_LIST_HTML`
int
(
1
)
NULL
DEFAULT
0
COMMENT
'栏目静态化标识 0表示未被自动静态化,1反之'
AFTER
`HAS_DETAIL_HTML`
;
ALTER
TABLE
`cms_content`
MODIFY
COLUMN
`content_datetime`
timestamp
NULL
DEFAULT
NULL
COMMENT
'发布时间'
AFTER
`content_type`
;
ALTER
TABLE
`logger`
ADD
COLUMN
`BUSINESS_ID`
varchar
(
255
)
NULL
DEFAULT
NULL
COMMENT
'业务id'
AFTER
`log_title`
;
ALTER
TABLE
`mdiy_model`
MODIFY
COLUMN
`id`
bigint
(
19
)
UNSIGNED
NOT
NULL
FIRST
;
ALTER
TABLE
`mdiy_page`
ADD
COLUMN
`PAGE_ENABLE`
int
(
1
)
NULL
DEFAULT
1
COMMENT
'启用状态 0-关闭 1-启用'
AFTER
`page_key`
;
SET
FOREIGN_KEY_CHECKS
=
1
;
doc/mcms-5.2.
8
.sql
→
doc/mcms-5.2.
9
.sql
View file @
4c979cc8
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