feat: add notifications_enabled toggle for users (web + Android)
This commit is contained in:
2
database/migrations/013_user_notification_prefs.sql
Normal file
2
database/migrations/013_user_notification_prefs.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE `users`
|
||||
ADD COLUMN `notifications_enabled` TINYINT(1) NOT NULL DEFAULT 1 AFTER `status`;
|
||||
Reference in New Issue
Block a user