Hey 👋
How's life?
New features:
-
New
--no-transaction
flag formigrate
commands, that uses the newMigrator
instantiation-leveldisableTransactions
flag. It runs the migrations without a transaction - which sometimes is required, e.g. PostgreSQL'sCREATE INDEX CONCURRENTLY
. This flag won't work, for now, if you're providing aMigrator
factory in your config files - in that case, you'll have to manually providedisableTransactions
. -
You should now be able to import values from
jsx
/tsx
files in your config or migrations. by @yinonburgansky in #208
Breaking changes:
- Some dependency version bumps.
Full Changelog: v0.13.1...v0.14.0