Skip to content

Commit

Permalink
Added new column smtp_id to DEFERRED table.
Browse files Browse the repository at this point in the history
  • Loading branch information
kzalewski committed Apr 5, 2012
1 parent 5884a91 commit df6fce3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ CREATE TABLE deferred (
event_id int(10) unsigned PRIMARY KEY,
reason text,
attempt_num int(10) unsigned,
smtp_id varchar(255),

FOREIGN KEY (event_id) REFERENCES event(id) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
Expand Down

0 comments on commit df6fce3

Please sign in to comment.