mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-09-03 06:26:39 +08:00
refactor: centralize mail flag handling
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ CREATE TABLE IF NOT EXISTS raw_mails (
|
||||
raw TEXT,
|
||||
raw_blob BLOB,
|
||||
metadata TEXT,
|
||||
flags INTEGER NOT NULL DEFAULT 0,
|
||||
flags INTEGER,
|
||||
created_at DATETIME DEFAULT CURRENT_TIMESTAMP
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user