mirror of https://github.com/gophish/gophish
Adding ignore_cert_errors in SMTP schema
parent
bbe97f5602
commit
80333a93ec
|
@ -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
|
||||
|
Loading…
Reference in New Issue