feat: renumber the custom-domain TLS lookup indexes to 000144 after main landed 000143 for campaign lead senders, because two migrations sharing a version stop golang-migrate before either runs

This commit is contained in:
Matthew Meszaros
2026-09-09 09:07:26 -07:00
parent cab27fac62
commit 88ea60cd4d
3 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ func NewCustomDomainRepository(db *pgxpool.Pool) CustomDomainRepository {
// domain that has not passed it is never built into a link, which makes it a
// name nothing legitimate will ever ask for.
//
// Each arm is a partial-index hit (migration 000143) and the query stops at
// Each arm is a partial-index hit (migration 000144) and the query stops at
// the first match.
func (r *customDomainRepository) IsVerified(ctx context.Context, host string) (bool, error) {
if host == "" {