mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-05-25 01:59:49 +08:00
feat: support transfer address from user to user (#484)
* feat: support transfer address from user to user * feat: remove service worker
This commit is contained in:
@@ -10,7 +10,7 @@ CREATE TABLE IF NOT EXISTS raw_mails (
|
||||
CREATE INDEX IF NOT EXISTS idx_raw_mails_address ON raw_mails(address);
|
||||
|
||||
CREATE TABLE IF NOT EXISTS address (
|
||||
id INTEGER PRIMARY KEY,
|
||||
id INTEGER PRIMARY KEY AUTOINCREMENT,
|
||||
name TEXT UNIQUE,
|
||||
created_at DATETIME DEFAULT CURRENT_TIMESTAMP,
|
||||
updated_at DATETIME DEFAULT CURRENT_TIMESTAMP
|
||||
|
||||
Reference in New Issue
Block a user