mirror of
https://github.com/imgfloat/server.git
synced 2026-02-05 11:49:25 +00:00
Gate twitch integration
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
ALTER TABLE channels ADD COLUMN allow_channel_emotes_for_assets BOOLEAN NOT NULL DEFAULT TRUE;
|
||||
ALTER TABLE channels ADD COLUMN allow_script_chat_access BOOLEAN NOT NULL DEFAULT TRUE;
|
||||
|
||||
UPDATE channels
|
||||
SET allow_channel_emotes_for_assets = TRUE
|
||||
WHERE allow_channel_emotes_for_assets IS NULL;
|
||||
|
||||
UPDATE channels
|
||||
SET allow_script_chat_access = TRUE
|
||||
WHERE allow_script_chat_access IS NULL;
|
||||
Reference in New Issue
Block a user