sequelize-auto-migrations icon indicating copy to clipboard operation
sequelize-auto-migrations copied to clipboard

Wrap migration in transaction

Open Scimonster opened this issue 5 years ago • 1 comments

  • Wrap migration in transaction
  • Add option to run without transaction
  • Update README

Fixes #52

The new version is backwards compatible and can run old migrations.

Scimonster avatar Jun 17 '19 13:06 Scimonster

Note: My rollback PR (#57) includes this change as well. So if you merge that one as-is, just close this one.

Scimonster avatar Jun 17 '19 16:06 Scimonster