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
0922e70c
Commit
0922e70c
authored
Jul 16, 2024
by
mercymodest
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:- add sql
parent
57f51e18
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
1 deletion
+25
-1
update.sql
电子日历/update.sql
+25
-1
No files found.
电子日历/update.sql
View file @
0922e70c
alter
table
sys_user
alter
table
sys_user
...
...
@@ -73,6 +73,30 @@ alter table t_events
alter
table
t_events
add
completed_time
datetime
null
comment
'(杂项)完成时间 UTC+0'
;
alter
table
t_events
add
is_from_parse_ics
tinyint
(
1
)
default
0
null
comment
'是否来源于解析: ics 协议文件 0-否 1-是'
;
alter
table
t_events
add
sync_email
varchar
(
200
)
null
comment
'同步的邮箱'
;
alter
table
sys_oper_log
modify
method
text
null
comment
'方法名称'
;
alter
table
sys_oper_log
modify
request_method
text
null
comment
'请求方式'
;
alter
table
sys_oper_log
modify
oper_url
text
null
comment
'请求URL'
;
alter
table
sys_oper_log
modify
oper_param
text
null
comment
'请求参数'
;
alter
table
sys_oper_log
modify
json_result
text
null
comment
'返回参数'
;
alter
table
sys_oper_log
modify
error_msg
text
null
comment
'错误消息'
;
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