mirror of
https://github.com/tiennm99/coolify.git
synced 2026-06-01 20:12:20 +00:00
e256e765e7
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>