Added feature to alter tables on sync. Fixes #537 (#7230)
* Added feature to alter tables on sync. Fixes #537 * Added an entry to future in changelog * Added integration test for syncing with alter * Fixed tests and model with sqlite and psql * Updated docs and updated some code style * Updated test.sync.js to use let instead of var * Changed all vars to lets and replaced anonymous functions with arrow functions * Added back some anonymous functions to use scope and fixed more coding style * Updated code style again - removed binds and nested then's * Updated changelog; renamed and improved tests; Added option to comment * Changed debug vars to consts * Switched changes to const * Added some missing semi-colons
Showing
with
109 additions
and
0 deletions
test/integration/model/sync.test.js
0 → 100644
-
Please register or sign in to post a comment