Adding ignore_cert_errors in SMTP schema

pull/146/head
Jordan Wright 2016-02-12 21:23:35 -06:00
parent bbe97f5602
commit 80333a93ec
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
-- +goose Up
-- SQL in section 'Up' is executed when this migration is applied
ALTER TABLE smtp ADD COLUMN ignore_cert_errors BOOLEAN;
-- +goose Down
-- SQL section 'Down' is executed when this migration is rolled back