change read to seen
This commit is contained in:
parent
566ed61126
commit
c146516d76
@ -7,6 +7,6 @@ CREATE TABLE msgdata_{chat_id} (
|
||||
msg_type INTEGER NOT NULL,
|
||||
content TEXT,
|
||||
hide_for TEXT,
|
||||
read_by TEXT,
|
||||
seen_by TEXT,
|
||||
CONSTRAINT PK_msgdata_{chat_id} PRIMARY KEY (msg_id, timestamp)
|
||||
);
|
Loading…
Reference in New Issue
Block a user