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
2e909cb6
Commit
2e909cb6
authored
Aug 01, 2024
by
mercymodest
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:- add sql
parent
547d6f79
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
2024-07-30-update.sql
电子日历/2024-07-30-update.sql
+4
-1
No files found.
电子日历/2024-07-30-update.sql
View file @
2e909cb6
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'
;
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