This repository has been archived on 2024-05-09. You can view files and clone it, but cannot push or open issues or pull requests.
icytv/migrations/003_chat.sql

5 lines
66 B
SQL

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