This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
certd
mirror of
https://github.com/certd/certd
Watch
1
Star
0
Fork
You've already forked certd
0
Code
Issues
Projects
Releases
Wiki
Activity
19b78a1d2f
certd
/
packages
/
ui
/
certd-server
/
db
/
migration
/
v10014__notification_defaul...
2 lines
71 B
SQL
Raw
Blame
History
ALTER
TABLE
pi_notification
ADD
COLUMN
is_default
boolean
DEFAULT
(
0
)
;
Reference in New Issue
View Git Blame
Copy Permalink