feat: add notifications_enabled toggle for users (web + Android)

This commit is contained in:
2026-06-13 17:28:59 -04:00
parent 81f61ff96e
commit ec38afe3e9
11 changed files with 352 additions and 8 deletions

View File

@@ -0,0 +1,2 @@
ALTER TABLE `users`
ADD COLUMN `notifications_enabled` TINYINT(1) NOT NULL DEFAULT 1 AFTER `status`;