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
547d6f79
Commit
547d6f79
authored
Jul 30, 2024
by
mercymodest
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:- add sql
parent
0922e70c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
2 deletions
+14
-2
线上需要同步的SQL.sql
拉伽/线上需要同步的SQL.sql
+5
-1
2024-07-30-update.sql
电子日历/2024-07-30-update.sql
+4
-0
update.sql
电子日历/update.sql
+5
-1
No files found.
拉伽/线上需要同步的SQL.sql
View file @
547d6f79
#
CRE
ATE
TABLE
`api_client_credentials`
#
CRE
ATE
TABLE
`api_client_credentials`
...
...
@@ -328,7 +328,11 @@ alter table user_card
add
last_audit_user_card_uuid
bigint
null
comment
'上次审核会员卡uuid'
;
alter
table
user_card
drop
column
validity_num
;
alter
table
user_card
drop
column
validity_unit
;
...
...
电子日历/2024-07-30-update.sql
0 → 100644
View file @
547d6f79
alter
table
t_events
alter
table
t_events
add
init_event_recurrence_rules_id
BIGINT
null
comment
'初始重复规则ID,即这个事项最先开始是由什么重复规则生成的'
;
电子日历/update.sql
View file @
547d6f79
alter
table
sys_user
alter
table
sys_user
...
...
@@ -97,6 +97,10 @@ alter table sys_oper_log
alter
table
sys_oper_log
modify
error_msg
text
null
comment
'错误消息'
;
alter
table
t_user
add
is_first_create_device
tinyint
(
1
)
default
0
null
comment
' 是否首次创建设备 0:否 1:是 2:二次请求设备列表 isFirstCreateDevice=1 设置为 2 为了定位接口逻辑是否正确,如果出现问题话, default 0'
;
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