Skip to content

Commit 1a27cb1

Browse files
committed
Copy schema change to sa/db/
1 parent c5f51b8 commit 1a27cb1

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

sa/db-next/boulder_sa/20251002000000_AddRevokedSerialsIndex.sql

Lines changed: 0 additions & 9 deletions
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../db/boulder_sa/20251002000000_AddRevokedSerialsIndex.sql
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
-- +migrate Up
2+
-- SQL in section 'Up' is executed when this migration is applied
3+
4+
ALTER TABLE `revokedCertificates` ADD KEY `serial` (`serial`);
5+
6+
-- +migrate Down
7+
-- SQL section 'Down' is executed when this migration is rolled back
8+
9+
ALTER TABLE `revokedCertificates` DROP KEY `serial`;

0 commit comments

Comments
 (0)