You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of automatically creating tables when the application starts, we should use the sequelize migrations functionality. If we do this it will be much easier for users to migrate from one version to another while retaining their data, and much easier for us to add new fields and tables.
Consider throwing a descriptive error on application start with details on how to run the migrations if the administrator has not yet done so.
Instead of automatically creating tables when the application starts, we should use the sequelize migrations functionality. If we do this it will be much easier for users to migrate from one version to another while retaining their data, and much easier for us to add new fields and tables.
Consider throwing a descriptive error on application start with details on how to run the migrations if the administrator has not yet done so.
http://docs.sequelizejs.com/manual/tutorial/migrations.html
The text was updated successfully, but these errors were encountered: