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

6 lines
209 B
SQL

-- 0059_channel_photo down: drop denormalized channel avatar columns.
ALTER TABLE channels
DROP COLUMN IF EXISTS photo_stripped,
DROP COLUMN IF EXISTS photo_dc_id,
DROP COLUMN IF EXISTS photo_id;