mirror of
https://github.com/warmbly/warmbly.git
synced 2026-09-12 08:04:41 +00:00
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:
@@ -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 == "" {
|
||||
|
||||
Reference in New Issue
Block a user