github.com/letsencrypt/boulder@v0.20251208.0/sa/db/boulder_sa/20250110000000_NullRegistrationsLockCol.sql (about)

     1  
     2  -- +migrate Up
     3  -- SQL in section 'Up' is executed when this migration is applied
     4  
     5  ALTER TABLE `registrations` ALTER COLUMN `LockCol` SET DEFAULT 0;
     6  
     7  -- +migrate Down
     8  -- SQL section 'Down' is executed when this migration is rolled back
     9  
    10  ALTER TABLE `registrations` ALTER COLUMN `LockCol` DROP DEFAULT;