mirror of
https://github.com/status-im/status-go.git
synced 2025-02-23 12:18:38 +00:00
Added chat_id to emoji_reactions table
This commit is contained in:
parent
4899b43a48
commit
9b8d0ba167
@ -4,5 +4,6 @@ CREATE TABLE IF NOT EXISTS emoji_reactions (
|
|||||||
source TEXT NOT NULL,
|
source TEXT NOT NULL,
|
||||||
emoji_id INT NOT NULL,
|
emoji_id INT NOT NULL,
|
||||||
message_id VARCHAR NOT NULL,
|
message_id VARCHAR NOT NULL,
|
||||||
|
chat_id VARCHAR NOT NULL,
|
||||||
retracted INT DEFAULT 0
|
retracted INT DEFAULT 0
|
||||||
);
|
);
|
Loading…
x
Reference in New Issue
Block a user