backend/migrations/2025-05-26-181536_add_channel_ordering/down.sql

2 lines
89 B
SQL

-- This file should undo anything in `up.sql`
ALTER TABLE channels DROP COLUMN is_above;