Skip to main content
Makenot
.
work
Discover
Use Cases
Docs
Fan+
Login
Join
max
/
makenotwork
lane-a-pipeline
main
tag: launch-2026-06-01
Files
Commits
Issues
makenotwork
/
server
/
migrations
/
035_notify_issues.sql
74 B · 2 lines
History
Blame
Raw
1
ALTER
TABLE
users ADD COLUMN notify_issues
BOOLEAN
NOT NULL
DEFAULT
true
;
2