Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jeecg-boot
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenjunxiong
jeecg-boot
Commits
1f279488
Commit
1f279488
authored
May 03, 2020
by
zhangdaiscott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Jeecg-Boot 2.2.0 版本发布 | 重磅升级
parent
3bff16a4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
3 deletions
+1
-3
jeecg-boot/db/增量升级SQL/2.1.4升级到2.2.0mysql.sql
+1
-3
No files found.
jeecg-boot/db/增量升级SQL/2.1.4升级到2.2.0mysql.sql
View file @
1f279488
...
@@ -123,8 +123,6 @@ ADD UNIQUE INDEX `uniq_code` USING BTREE (`code`) ;
...
@@ -123,8 +123,6 @@ ADD UNIQUE INDEX `uniq_code` USING BTREE (`code`) ;
ALTER
TABLE
`sys_depart`
ALTER
TABLE
`sys_depart`
ADD
UNIQUE
INDEX
`uniq_depart_org_code`
USING
BTREE
(
`org_code`
)
;
ADD
UNIQUE
INDEX
`uniq_depart_org_code`
USING
BTREE
(
`org_code`
)
;
update
sys_permission
set
component
=
'modules/online/desform/auto/AutoDesignDataListTable'
where
component
=
'modules/online/desform/auto/AutoDesignDataForm'
ALTER
TABLE
`sys_depart`
ALTER
TABLE
`sys_depart`
MODIFY
COLUMN
`description`
varchar
(
500
)
CHARACTER
SET
utf8
COLLATE
utf8_general_ci
NULL
DEFAULT
NULL
COMMENT
'描述'
AFTER
`depart_order`
;
MODIFY
COLUMN
`description`
varchar
(
500
)
CHARACTER
SET
utf8
COLLATE
utf8_general_ci
NULL
DEFAULT
NULL
COMMENT
'描述'
AFTER
`depart_order`
;
...
...
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