Admin domain add fails on pending_verification status
New domain self-service submit returns 500. CHECK constraint domains_status_check only allows 'pending, active, suspended, closed' — not 'pending_verification'.
New domain self-service submit returns 500. CHECK constraint domains_status_check only allows 'pending, active, suspended, closed' — not 'pending_verification'.
1 comment
Dropped and recreated the check constraint to include pending_verification. Now also folded into schema v8 SQL so future deploys don't hit this.
Sign in with your TDesk account to comment.