feat: basic chat

This commit is contained in:
Vlad Stan 2023-03-07 18:17:46 +02:00
parent b7c099c935
commit 240da5277f
8 changed files with 202 additions and 13 deletions

View file

@ -104,7 +104,7 @@ async def m001_initial(db):
event_id TEXT,
message TEXT NOT NULL,
public_key TEXT NOT NULL,
incomming BOOLEAN NOT NULL DEFAULT false,
incoming BOOLEAN NOT NULL DEFAULT false,
time TIMESTAMP NOT NULL DEFAULT {db.timestamp_now}
);
"""