transactional
Whether to wrap this migration in a transaction. Read off the instance immediately before it runs.
Turn it off for what PostgreSQL refuses inside a transaction block - CREATE INDEX CONCURRENTLY, VACUUM, ALTER SYSTEM. The cost is that a failure halfway leaves half of it applied, and the run refuses to go on until somebody has looked.