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
e1544f09
Commit
e1544f09
authored
Oct 23, 2020
by
xierz
Browse files
采集测试启动停止
parent
be9263c0
Changes
1
Show whitespace changes
Inline
Side-by-side
doc/5.2-patch.sql
View file @
e1544f09
...
@@ -6,3 +6,6 @@ UPDATE `mdiy_tag_sql` SET `tag_id` = 8, `tag_sql` = '<#assign select=\"(SELECT \
...
@@ -6,3 +6,6 @@ UPDATE `mdiy_tag_sql` SET `tag_id` = 8, `tag_sql` = '<#assign select=\"(SELECT \
ALTER
TABLE
`mdiy_model`
ALTER
TABLE
`mdiy_model`
CHANGE
COLUMN
`model_app_id`
`app_id`
int
(
11
)
NULL
DEFAULT
NULL
COMMENT
'应用编号'
AFTER
`model_json`
;
CHANGE
COLUMN
`model_app_id`
`app_id`
int
(
11
)
NULL
DEFAULT
NULL
COMMENT
'应用编号'
AFTER
`model_json`
;
ALTER
TABLE
`mdiy_dict`
ADD
COLUMN
`dict_enable`
varchar
(
11
)
NULL
COMMENT
'启用状态'
AFTER
`is_child`
;
\ No newline at end of file
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