Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
陈曦
sub2api
Commits
351a08f8
Commit
351a08f8
authored
Mar 07, 2026
by
shaw
Browse files
fix: announcement强制弹窗通知补全迁移sql
parent
a58dc787
Changes
1
Show whitespace changes
Inline
Side-by-side
backend/migrations/068_add_announcement_notify_mode.sql
0 → 100644
View file @
351a08f8
ALTER
TABLE
announcements
ADD
COLUMN
IF
NOT
EXISTS
notify_mode
VARCHAR
(
20
)
NOT
NULL
DEFAULT
'silent'
;
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