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
MySQL
Raw Normal View History

2021-02-13 18:31:32 +00:00
-- Up
ALTER TABLE channels ADD COLUMN chat_channel TEXT;
-- Down