owpengram-server/deploy/migrations/0015_update_event_payloads_and_outbox_auth.down.sql
2026-06-04 01:37:39 +08:00

8 lines
219 B
SQL

ALTER TABLE dispatch_outbox
DROP COLUMN IF EXISTS exclude_auth_key_id;
ALTER TABLE user_update_events
DROP COLUMN IF EXISTS peer_settings;
ALTER TABLE user_update_events
DROP COLUMN IF EXISTS event_peers;