Skip to content

feat: add no-transaction migration support#1

Draft
glenjamin wants to merge 1 commit intomainfrom
no-tx-mode
Draft

feat: add no-transaction migration support#1
glenjamin wants to merge 1 commit intomainfrom
no-tx-mode

Conversation

@glenjamin
Copy link

Migrations containing -- pgmigrate: no-transaction on the first line will be executed outside of a transaction, enabling operations like CREATE INDEX CONCURRENTLY that cannot run inside a transaction block.

Migrations containing `-- pgmigrate: no-transaction` on the first line
will be executed outside of a transaction, enabling operations like
`CREATE INDEX CONCURRENTLY` that cannot run inside a transaction block.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant