Files
warmbly/internal/infrastructure/db/migrations/000037_notifications.down.sql
T
Matthew Meszaros e67ee189a2 feat: add in-app notification core
Adds the persisted notification feed, user preferences, realtime notification events, and advanced-service notification hooks for replies and deliverability health events.
2026-06-08 15:04:29 +02:00

3 lines
102 B
SQL

DROP TABLE IF EXISTS notifications;
ALTER TABLE users DROP COLUMN IF EXISTS notification_preferences;