Added chat_id to emoji_reactions table

This commit is contained in:
Samuel Hawksby-Robinson 2020-07-20 23:44:57 +01:00 committed by Andrea Maria Piana
parent 4899b43a48
commit 9b8d0ba167
No known key found for this signature in database
GPG Key ID: AA6CCA6DE0E06424
1 changed files with 1 additions and 0 deletions

View File

@ -4,5 +4,6 @@ CREATE TABLE IF NOT EXISTS emoji_reactions (
source TEXT NOT NULL,
emoji_id INT NOT NULL,
message_id VARCHAR NOT NULL,
chat_id VARCHAR NOT NULL,
retracted INT DEFAULT 0
);