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

6 lines
163 B
SQL

-- 0034_channel_invite_importers rollback.
DROP TABLE IF EXISTS channel_invite_importers;
ALTER TABLE channel_invites
DROP COLUMN IF EXISTS requested_count;