NeonN
Neon2y ago
2 replies
constitutional-coral

Neon and Migrations

My current node.js app uses Sequelize. When I update my schema in Sequelize, and call:

myModel.sync() with alter == true

...Sequelize automatically updates my database tables to match the new schema.

I see that Neon supports Migrations. I've had a lot of experience with Django migrations when developing in Python.

Does Neon require Django-style migrations tables?
Was this page helpful?