email/pg/init-search-header.sql
Bill Thiede 14bd95851c Add import for 'important' headers.
Process and normalize some headers that will be used in quickly recalling
messages.
2014-04-11 21:21:56 -07:00

8 lines
135 B
SQL

DROP TABLE search_header;
CREATE TABLE search_header (
hash CHAR(40) REFERENCES original (hash),
name TEXT,
value TEXT
);