boulder/sa/_db-next/migrations/20190423125755_DropCertStat...

11 lines
319 B
SQL

-- +goose Up
-- SQL in section 'Up' is executed when this migration is applied
ALTER TABLE `certificateStatus` DROP COLUMN `subscriberApproved`;
-- +goose Down
-- SQL section 'Down' is executed when this migration is rolled back
ALTER TABLE `certificateStatus` ADD COLUMN `subscriberApproved` TINYINT(1) DEFAULT 0;