feat: keep track of new messages
This commit is contained in:
parent
098cb5adf5
commit
e04b9dc448
7 changed files with 32 additions and 1 deletions
|
|
@ -135,6 +135,7 @@ async def m001_initial(db):
|
|||
merchant_id TEXT NOT NULL,
|
||||
public_key TEXT NOT NULL,
|
||||
event_created_at INTEGER,
|
||||
unread_messages INTEGER NOT NULL DEFAULT 1,
|
||||
meta TEXT NOT NULL DEFAULT '{}'
|
||||
);
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue