diff --git a/db/migrations/20160211211220_0.1.2_add_ignore_cert_errors.sql b/db/migrations/20160211211220_0.1.2_add_ignore_cert_errors.sql new file mode 100644 index 00000000..f66183f5 --- /dev/null +++ b/db/migrations/20160211211220_0.1.2_add_ignore_cert_errors.sql @@ -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 +