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

2 lines
68 B
SQL

ALTER TABLE channels
DROP COLUMN IF EXISTS participants_hidden;