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

2 lines
112 B
SQL

ALTER TABLE channel_dialogs
ADD COLUMN IF NOT EXISTS view_forum_as_messages BOOLEAN NOT NULL DEFAULT false;