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
b424e55e
Commit
b424e55e
authored
Aug 29, 2024
by
mercymodest
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:- add sql
parent
61430ca0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
12 deletions
+15
-12
20240828上线.sql
拉伽/20240828上线.sql
+6
-3
2024-07-30-update.sql
电子日历/2024-07-30-update.sql
+9
-9
No files found.
拉伽/20240828上线.sql
View file @
b424e55e
create
index
user_card_audit_log_user_card_uuid_index
#
alter
table
user_card
#
add
receipt_date
date
null
comment
'收款日期 yyyy-MM-dd'
;
create
index
user_card_audit_log_user_card_uuid_index
on
user_card_audit_log
(
user_card_uuid
);
...
...
@@ -10,7 +15,5 @@ VALUES ('ac9e3db7f5fe448491550e46fe1012b7', '3', DEFAULT, DEFAULT);
drop
index
uk_coach_user_card
on
user_card_coach
;
alter
table
user_card
add
receipt_date
date
null
comment
'收款日期 yyyy-MM-dd'
;
电子日历/2024-07-30-update.sql
View file @
b424e55e
alter
table
t_events
#
alter
table
t_events
alter
table
t_events
add
init_event_recurrence_rules_id
BIGINT
null
comment
'初始重复规则ID,即这个事项最先开始是由什么重复规则生成的'
;
alter
table
t_events
add
is_reminded_on_device
TINYINT
default
0
null
comment
'事项是否已经在终端提醒 0:未提醒 1:已提醒 default:0'
;
alter
table
t_user_device
add
visibility_status
tinyint
(
1
)
default
0
null
comment
'是否隐藏 0:否 1:是 默认:0'
;
#
alter
table
t_events
#
add
init_event_recurrence_rules_id
BIGINT
null
comment
'初始重复规则ID,即这个事项最先开始是由什么重复规则生成的'
;
#
#
alter
table
t_events
#
add
is_reminded_on_device
TINYINT
default
0
null
comment
'事项是否已经在终端提醒 0:未提醒 1:已提醒 default:0'
;
#
#
alter
table
t_user_device
#
add
visibility_status
tinyint
(
1
)
default
0
null
comment
'是否隐藏 0:否 1:是 默认: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