github.com/letsencrypt/boulder@v0.20251208.0/sa/db-next/boulder_sa/20230419000002_DropCertStatusLockCol.sql (about) 1 2 -- +migrate Up 3 -- SQL in section 'Up' is executed when this migration is applied 4 5 ALTER TABLE `certificateStatus` DROP COLUMN `LockCol`; 6 7 -- +migrate Down 8 -- SQL section 'Down' is executed when this migration is rolled back 9 10 ALTER TABLE `certificateStatus` ADD COLUMN `LockCol` BIGINT(20) DEFAULT 0;