2 lines
102 B
SQL
2 lines
102 B
SQL
ALTER TABLE channels
|
|
ADD COLUMN IF NOT EXISTS participants_hidden BOOLEAN NOT NULL DEFAULT false;
|