mirror of
https://github.com/warmbly/warmbly.git
synced 2026-09-06 08:01:24 +00:00
Adds the persisted notification feed, user preferences, realtime notification events, and advanced-service notification hooks for replies and deliverability health events.
3 lines
102 B
SQL
3 lines
102 B
SQL
DROP TABLE IF EXISTS notifications;
|
|
ALTER TABLE users DROP COLUMN IF EXISTS notification_preferences;
|