mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-17 17:21:04 +00:00
Instead of redefining the $withinTransaction property (which causes a type error), we now manually commit the transaction before running CREATE INDEX CONCURRENTLY and begin a new transaction afterward. This ensures PostgreSQL can execute the concurrent index operations while maintaining transaction safety for subsequent migrations. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>