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

2 lines
115 B
SQL

-- Your SQL goes here
ALTER TABLE channels ADD COLUMN is_above UUID UNIQUE REFERENCES channels(uuid) DEFAULT NULL;