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-03 03:50:15 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
85e9ff7a964124c44832adabba82855aaa4c3d4f
certd
/
packages
/
ui
/
certd-server
/
db
/
migration-pg
/
v10014__notification_default.sql
T
2 lines
75 B
SQL
Raw
Normal View
History
Unescape
Escape
chore:
2024-12-01 03:02:59 +08:00
ALTER
TABLE
pi_notification
ADD
COLUMN
is_default
boolean
DEFAULT
(
false
);
Reference in New Issue
Copy Permalink