• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

supabase / cli / 32275518476
62%

Build:
DEFAULT BRANCH: develop
Ran 19 Aug 2026 04:23PM UTC
Jobs 1
Files 95
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

19 Aug 2026 04:14PM UTC coverage: 62.406%. Remained the same
32275518476

push

github

web-flow
fix(cli): run DROP INDEX CONCURRENTLY outside the migration transaction (CLI-2218) (#6276)

Fixes
[CLI-2218](https://linear.app/supabase/issue/CLI-2218/support-drop-index-concurrently-in-migrations).

The v2.109.0 fix for pipeline-incompatible statements (#5671, design
from #5156) classifies statements that cannot run inside a transaction
block and runs them standalone outside the migration batch. Its pattern
list covers `CREATE [UNIQUE] INDEX CONCURRENTLY`, `REINDEX …
CONCURRENTLY`, `VACUUM`, `ALTER SYSTEM`, and `CLUSTER` — but not `DROP
INDEX CONCURRENTLY`, which was missed. A migration containing one still
gets batched into the implicit transaction and PostgreSQL rejects it:

```
ERROR: DROP INDEX CONCURRENTLY cannot run inside a transaction block (SQLSTATE 25001)
```

This adds the missing `DROP INDEX CONCURRENTLY` pattern to
`legacyIsPipelineIncompatible` in the TS legacy shell, and mirrors it in
the Go sidecar's `isPipelineIncompatible` (`pkg/migration/file.go`),
which is still reachable through the remaining Go-delegated paths that
apply migrations (`db remote commit`, `db branch`). Reported by an
enterprise customer running `db push` on v2.111.0.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>

5571 of 8927 relevant lines covered (62.41%)

6.65 hits per line

Jobs
ID Job ID Ran Files Coverage
1 32275518476.1 19 Aug 2026 04:23PM UTC 95
62.41
GitHub Action Run
Source Files on build 32275518476
  • Tree
  • List 95
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #32275518476
  • dc97151e on github
  • Prev Build on gh-readonly-queue/develop/pr-6272-de06605e0cf3ba57156d296c0414dc87bb76d121 (#32245942293)
  • Next Build on develop (#32432300110)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc