boulder/sa/_db/migrations/20190524120239_AddAuthz2Exp...

9 lines
255 B
SQL

-- +goose Up
-- SQL in section 'Up' is executed when this migration is applied
CREATE INDEX `expires_idx` ON `authz2` (`expires`);
-- +goose Down
-- SQL section 'Down' is executed when this migration is rolled back
DROP INDEX `expires_idx` ON `authz2`;