Skip to content

Releases: MRVMV/sequelize-mig

v3.1.3

30 Mar 08:44
Compare
Choose a tag to compare

3.1.3 (2021-03-30)

Bug Fixes

  • run migrations in transaction (492c776)

v3.1.2

19 Mar 15:50
Compare
Choose a tag to compare

3.1.2 (2021-03-19)

Bug Fixes

  • removes node 14 incompatible syntax (477c68c)

v3.1.1

07 Mar 12:13
Compare
Choose a tag to compare

3.1.1 (2021-03-07)

Bug Fixes

  • renameColumn deleting all D and N diffs (89560d8)

v3.1.0

06 Mar 17:43
Compare
Choose a tag to compare

3.1.0 (2021-03-06)

Features

  • add auto-detection of potential renamed columns (5471179)

v3.0.1

27 Feb 21:43
Compare
Choose a tag to compare

3.0.1 (2021-02-27)

Bug Fixes

  • not putting cjs if module (fef2c10)

v3.0.0

27 Feb 21:05
Compare
Choose a tag to compare

3.0.0 (2021-02-27)

Bug Fixes

  • current should be in migrations not in models (08c93b0)

BREAKING CHANGES

  • you should move your current to migrations folder

v2.8.1

27 Feb 20:40
Compare
Choose a tag to compare

2.8.1 (2021-02-27)

Bug Fixes

  • if defaultValue in getDefaultValueType is null (8f430d8)
  • update mergify conf and force update (3606038)

v2.8.0

27 Feb 19:47
Compare
Choose a tag to compare

2.8.0 (2021-02-27)

Bug Fixes

  • important one for file path (a3f6b0e)

Features

  • just to force update version and publish (3201376)

v2.7.0

27 Feb 18:38
0cf8f3d
Compare
Choose a tag to compare
Merge pull request #211 from muxe/sequelize-functions

support fn and literal

v2.6.0

11 Jan 19:19
Compare
Choose a tag to compare

2.6.0 (2021-01-11)

Features

  • add check for index file exist (dc23493)
  • add some checks for better error handling (a1d9ba1)
  • added a lot of checks for errors and new log (076932a)