Skip to main content
Makenot
.
work
Discover
Use Cases
Docs
Fan+
Login
Join
max
/
goingson
main
tag: launch-2026-06-01
Files
Commits
Issues
goingson
/
migrations
/
sqlite
/
044_email_notify.sql
156 B · 3 lines
History
Blame
Raw
1
--
Per-account opt-in notification on new email arrival (off by default)
2
ALTER
TABLE
email_accounts ADD COLUMN notify_new_emails
INTEGER
NOT NULL
DEFAULT
0
;
3