This website requires JavaScript.
Explore
Help
Sign In
daniel.w
/
BangSo
Watch
1
Star
0
Fork
You've already forked BangSo
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
main
BangSo
/
packages
/
db
/
prisma
/
migrations
/
20260828013000_routine_webh...
/
migration.sql
2 lines
97 B
SQL
Raw
Permalink
Blame
History
ALTER
TABLE
"
routines
"
ADD
COLUMN
IF
NOT
EXISTS
"
webhookEnabled
"
BOOLEAN
NOT
NULL
DEFAULT
false
;
Reference in New Issue
View Git Blame
Copy Permalink