Files
llink/go/migrations/000012_human_email_notifications.down.sql
T
talksik 51c4c6c822 feat: send email notifications for missed messages
- New cron job in cluster
- Handle presence and other concerns
- Toggle in app to disable email notifications
- Handles other edge cases such as cooldown period
- Simple html email with simple message

Closes #117
2026-04-09 14:15:34 -07:00

4 lines
113 B
SQL

ALTER TABLE humans
DROP COLUMN email_notifications_enabled,
DROP COLUMN last_email_notification_sent_at;