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

5 lines
142 B
SQL

-- 0035_channel_join_settings rollback.
ALTER TABLE channels
DROP COLUMN IF EXISTS join_request,
DROP COLUMN IF EXISTS join_to_send;