feat: initial MailOne worker (latest email per recipient, 24h retention)
This commit is contained in:
9
schema.sql
Normal file
9
schema.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
CREATE TABLE IF NOT EXISTS latest_emails (
|
||||
recipient TEXT PRIMARY KEY,
|
||||
id TEXT,
|
||||
sender TEXT,
|
||||
nexthop TEXT,
|
||||
subject TEXT,
|
||||
content TEXT,
|
||||
received_at INTEGER NOT NULL
|
||||
);
|
||||
Reference in New Issue
Block a user