This website requires JavaScript.
Explore
Help
Register
Sign In
lkddi
/
certd
Watch
1
Star
0
Fork
0
mirror of
https://github.com/certd/certd.git
synced
2026-08-02 11:04:49 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
1dc5a19c45892cb37bae9938d93444dee294f165
certd
/
packages
/
ui
/
certd-server
/
db
/
migration
/
v10014__notification_default.sql
T
2 lines
71 B
SQL
Raw
Normal View
History
Unescape
Escape
perf: 优化证书申请成功通知发送方式
2024-11-27 12:36:28 +08:00
ALTER
TABLE
pi_notification
ADD
COLUMN
is_default
boolean
DEFAULT
(
0
);
Reference in New Issue
Copy Permalink