boulder/sa/_db/migrations/20150904120119_AuthzExpires...

10 lines
282 B
SQL

-- +goose Up
-- SQL in section 'Up' is executed when this migration is applied
ALTER TABLE `authz` MODIFY `expires` datetime DEFAULT NULL;
-- +goose Down
-- SQL section 'Down' is executed when this migration is rolled back
ALTER TABLE `authz` MODIFY `expires` datetime NOT NULL;