change read to seen

This commit is contained in:
Erik Foris 2021-11-18 09:46:20 +00:00
parent 566ed61126
commit c146516d76

View File

@ -7,6 +7,6 @@ CREATE TABLE msgdata_{chat_id} (
msg_type INTEGER NOT NULL, msg_type INTEGER NOT NULL,
content TEXT, content TEXT,
hide_for TEXT, hide_for TEXT,
read_by TEXT, seen_by TEXT,
CONSTRAINT PK_msgdata_{chat_id} PRIMARY KEY (msg_id, timestamp) CONSTRAINT PK_msgdata_{chat_id} PRIMARY KEY (msg_id, timestamp)
); );