Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dankal-data-view
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
仲光辉
dankal-data-view
Commits
7517cc9d
Commit
7517cc9d
authored
Apr 24, 2023
by
仲光辉
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: add sql.
parent
9b4a3c3c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
3 deletions
+9
-3
2022.05.25 之后需要在线上数据执行的SQL.sql
2022.05.25 之后需要在线上数据执行的SQL.sql
+2
-2
线上数据修正SQL记录.sql
线上数据修正SQL记录.sql
+7
-1
No files found.
2022.05.25 之后需要在线上数据执行的SQL.sql
View file @
7517cc9d
#
#
2
022
.
05
.
25
#
#
2
022
.
05
.
25
...
@@ -5981,7 +5981,7 @@ alter table tenant_notification_contact
...
@@ -5981,7 +5981,7 @@ alter table tenant_notification_contact
modify
contact_name
varchar
(
30
)
null
comment
'联系人姓名'
;
modify
contact_name
varchar
(
30
)
null
comment
'联系人姓名'
;
alter
table
tenant_notification_contact
alter
table
tenant_notification_contact
modify
phone_number
varchar
(
11
)
null
comment
'手机号'
;
modify
phone_number
varchar
(
50
)
null
comment
'手机号'
;
...
...
线上数据修正SQL记录.sql
View file @
7517cc9d
UPDAT
E
project_floor_sub_item
UPDAT
E
project_floor_sub_item
...
@@ -498,6 +498,12 @@ UPDATE mfg.project_floor_sub_item t
...
@@ -498,6 +498,12 @@ UPDATE mfg.project_floor_sub_item t
SET
t
.
status
=
1
SET
t
.
status
=
1
WHERE
t
.
uuid
LIKE
'1597133684198670340'
ESCAPE
'#'
;
WHERE
t
.
uuid
LIKE
'1597133684198670340'
ESCAPE
'#'
;
UPDATE
mfg
.
contract
t
SET
t
.
contract_status
=
6
WHERE
t
.
uuid
=
1638040355059269634
;
...
...
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