Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
cms_sys
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
西魏
cms_sys
Commits
889b18ff
Commit
889b18ff
authored
Jun 28, 2020
by
panpp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了tag_type 的数据类型
parent
f5416313
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
5.0.0-to-5.0.1-mysql.sql
doc/历史/5.0.0-to-5.0.1-mysql.sql
+3
-0
No files found.
doc/历史/5.0.0-to-5.0.1-mysql.sql
View file @
889b18ff
...
...
@@ -37,6 +37,9 @@ ALTER TABLE `model` DROP FOREIGN KEY `model_ibfk_4`;
ALTER
TABLE
`model`
DROP
FOREIGN
KEY
`model_ibfk_5`
;
ALTER
TABLE
`model`
DROP
FOREIGN
KEY
`model_ibfk_6`
;
ALTER
TABLE
`mdiy_tag`
MODIFY
COLUMN
`tag_type`
varchar
(
255
)
NULL
DEFAULT
NULL
COMMENT
'标签类型'
AFTER
`tag_name`
;
UPDATE
`mdiy_tag`
SET
`id`
=
'3'
,
`tag_name`
=
'arclist'
,
`tag_type`
=
'page'
,
`tag_description`
=
'文章列表'
WHERE
(
`id`
=
'3'
);
UPDATE
`mdiy_tag`
SET
`id`
=
'4'
,
`tag_name`
=
'channel'
,
`tag_type`
=
'list'
,
`tag_description`
=
'通用栏目'
WHERE
(
`id`
=
'4'
);
UPDATE
`mdiy_tag`
SET
`id`
=
'5'
,
`tag_name`
=
'global'
,
`tag_type`
=
'single'
,
`tag_description`
=
'全局'
WHERE
(
`id`
=
'5'
);
...
...
Write
Preview
Markdown
is supported
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