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
904862b9
Commit
904862b9
authored
Dec 24, 2020
by
xierz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新5.2sql
parent
853ac636
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
5 deletions
+21
-5
5.2-patch.sql
doc/5.2-patch.sql
+21
-5
mcms-5.2.sql
doc/mcms-5.2.sql
+0
-0
No files found.
doc/5.2-patch.sql
View file @
904862b9
...
@@ -228,8 +228,23 @@ ADD COLUMN `update_date` datetime(0) NULL COMMENT '更新时间',
...
@@ -228,8 +228,23 @@ ADD COLUMN `update_date` datetime(0) NULL COMMENT '更新时间',
ADD
COLUMN
`del`
int
(
1
)
NULL
COMMENT
'删除标识'
;
ADD
COLUMN
`del`
int
(
1
)
NULL
COMMENT
'删除标识'
;
ALTER
TABLE
`app`
ALTER
TABLE
`app`
ADD
COLUMN
`create_by`
int
(
10
)
NULL
COMMENT
'创建人'
,
ADD
COLUMN
`create_by`
int
(
10
)
NULL
COMMENT
'创建人'
,
ADD
COLUMN
`create_date`
datetime
(
0
)
NULL
COMMENT
'创建时间'
,
ADD
COLUMN
`create_date`
datetime
(
0
)
NULL
COMMENT
'创建时间'
,
ADD
COLUMN
`update_by`
int
(
10
)
NULL
COMMENT
'更新人'
,
ADD
COLUMN
`update_by`
int
(
10
)
NULL
COMMENT
'更新人'
,
ADD
COLUMN
`update_date`
datetime
(
0
)
NULL
COMMENT
'更新时间'
,
ADD
COLUMN
`update_date`
datetime
(
0
)
NULL
COMMENT
'更新时间'
,
ADD
COLUMN
`del`
int
(
1
)
NULL
COMMENT
'删除标识'
;
ADD
COLUMN
`del`
int
(
1
)
NULL
COMMENT
'删除标识'
;
UPDATE
app
set
app_dir
=
id
;
update
model
as
tmp1
INNER
JOIN
(
select
id
from
model
WHERE
model_url
=
"basic/systemLog/index.do"
limit
1
)
as
tmp2
set
model_url
=
"basic/log/index.do"
WHERE
tmp1
.
id
=
tmp2
.
id
;
update
model
as
tmp1
INNER
JOIN
(
select
id
from
model
WHERE
model_url
=
"basic:systemlog:view"
limit
1
)
as
tmp2
set
model_url
=
"basic:log:view"
WHERE
tmp1
.
id
=
tmp2
.
id
;
\ No newline at end of file
doc/mcms-5.2.sql
View file @
904862b9
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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