Releases: MRVMV/sequelize-mig
Releases · MRVMV/sequelize-mig
v3.1.3
3.1.3 (2021-03-30)
Bug Fixes
- run migrations in transaction (492c776)
v3.1.2
3.1.2 (2021-03-19)
Bug Fixes
- removes node 14 incompatible syntax (477c68c)
v3.1.1
3.1.1 (2021-03-07)
Bug Fixes
- renameColumn deleting all D and N diffs (89560d8)
v3.1.0
3.1.0 (2021-03-06)
Features
- add auto-detection of potential renamed columns (5471179)
v3.0.1
3.0.1 (2021-02-27)
Bug Fixes
- not putting cjs if module (fef2c10)
v3.0.0
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
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
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
Merge pull request #211 from muxe/sequelize-functions
support fn and literal
v2.6.0
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)