6 lines
215 B
SQL
6 lines
215 B
SQL
-- Rollback 133: Notification grouping
|
|
DROP INDEX IF EXISTS idx_notifications_group_key;
|
|
ALTER TABLE notifications
|
|
DROP COLUMN IF EXISTS group_key,
|
|
DROP COLUMN IF EXISTS actor_count,
|
|
DROP COLUMN IF EXISTS metadata;
|