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
c55cdf9c
Commit
c55cdf9c
authored
Sep 18, 2023
by
仲光辉
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: add sql.
parent
7a9459bb
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
2 deletions
+16
-2
01-同步SQL记录.sql
MFG/01-同步SQL记录.sql
+0
-0
线上数据修正SQL记录.sql
MFG/线上数据修正SQL记录.sql
+11
-1
java-gfy-change-ddl.sql
国富源/java-gfy-change-ddl.sql
+5
-1
No files found.
MFG/01-同步SQL记录.sql
View file @
c55cdf9c
This diff is collapsed.
Click to expand it.
MFG/线上数据修正SQL记录.sql
View file @
c55cdf9c
UPDAT
E
project_floor_sub_item
UPDAT
E
project_floor_sub_item
...
...
@@ -1116,6 +1116,16 @@ UPDATE mfg.contract_follow_admin t
SET
t
.
user_uuid
=
'6c029174d2cf401e920e9fda1a5dc2f9'
WHERE
t
.
uuid
=
1567076253866999809
;
UPDATE
mfg
.
project_unit_rental
t
SET
t
.
delete_time
=
null
WHERE
t
.
uuid
LIKE
'b33164b8d4be468da306f996993846e7'
ESCAPE
'#'
;
UPDATE
mfg
.
project_unit_rental
t
SET
t
.
delete_time
=
null
WHERE
t
.
uuid
LIKE
'517cc615d505443e86abcd437710dadc'
ESCAPE
'#'
;
...
...
国富源/java-gfy-change-ddl.sql
View file @
c55cdf9c
#
bil
l
新增字段
#
bil
l
新增字段
...
...
@@ -58,5 +58,9 @@ alter table lease_refund_record
alter
table
contract_unit
modify
contract_uuid
varchar
(
64
)
not
null
comment
'contract uuid'
;
alter
table
bill_reply_slip
add
bill_operation_record_uuid
bigint
(
19
)
null
comment
'bill_operation_record uuid'
;
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