Skip to content

Commit

Permalink
fix: remove useless sql (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
oneisall8955 authored Jul 9, 2024
1 parent a749c82 commit aa8f3b4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions db/schema.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
CREATE INDEX IF NOT EXISTS idx_mails_address ON mails(address);

CREATE TABLE IF NOT EXISTS raw_mails (
id INTEGER PRIMARY KEY,
message_id TEXT,
Expand Down

0 comments on commit aa8f3b4

Please sign in to comment.