mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-09-05 23:47:50 +08:00
fix: remove useless sql (#342)
This commit is contained in:
@@ -1,5 +1,3 @@
|
|||||||
CREATE INDEX IF NOT EXISTS idx_mails_address ON mails(address);
|
|
||||||
|
|
||||||
CREATE TABLE IF NOT EXISTS raw_mails (
|
CREATE TABLE IF NOT EXISTS raw_mails (
|
||||||
id INTEGER PRIMARY KEY,
|
id INTEGER PRIMARY KEY,
|
||||||
message_id TEXT,
|
message_id TEXT,
|
||||||
|
|||||||
Reference in New Issue
Block a user