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

2 lines
73 B
SQL

ALTER TABLE channel_members
DROP COLUMN IF EXISTS available_min_pts;