icytv/migrations/003_chat.sql

5 lines
66 B
SQL

-- Up
ALTER TABLE channels ADD COLUMN chat_channel TEXT;
-- Down