-- Single statement: CREATE INDEX CONCURRENTLY cannot run inside a transaction -- or share a multi-command migration file. CREATE INDEX CONCURRENTLY IF NOT EXISTS idx_vcs_commit_status_lookup ON vcs_commit_status (connection_id, sha);