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

2 lines
102 B
SQL

ALTER TABLE channels
ADD COLUMN IF NOT EXISTS participants_hidden BOOLEAN NOT NULL DEFAULT false;