materia-server icon indicating copy to clipboard operation
materia-server copied to clipboard

Enable manual database migrations for deployments

Open thyb opened this issue 6 years ago • 0 comments

The automatic migration may sometimes break. When updating entities, we should generate a migration file that can be applied when deploying the application.

We can use this to generate migrations step: http://docs.sequelizejs.com/manual/tutorial/migrations.html

Migrations should be displayed in Materia designer and should be editable easily.

The migrations could be automatically applied at deployments time to get the same behavior than what we currently have with automatic migration but it would add some control on how the migration is done.


  • Materia Version: v1.0.0-beta.1

thyb avatar Oct 13 '18 18:10 thyb