feat: differentiate between publisher and author
This commit is contained in:
parent
b5f7aa0c78
commit
a1d7c474b0
3 changed files with 18 additions and 8 deletions
|
|
@ -23,6 +23,7 @@ async def m001_initial(db):
|
|||
CREATE TABLE nostrrelay.events (
|
||||
relay_id TEXT NOT NULL,
|
||||
deleted BOOLEAN DEFAULT false,
|
||||
publisher TEXT NOT NULL,
|
||||
id TEXT NOT NULL,
|
||||
pubkey TEXT NOT NULL,
|
||||
created_at {db.big_int} NOT NULL,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue