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

4 lines
123 B
SQL

DROP TABLE IF EXISTS channel_message_viewers CASCADE;
ALTER TABLE channel_messages
DROP COLUMN IF EXISTS views_count;