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
Migration is one of the most important features for the lifecycle of an application. We should provide top notch support for https://sequelize.org/v5/manual/migrations.html. I don't really have a plan for the best way to do this, but we could use the config.sequelize to set the paths to the migrations and enable the CLI to work with the spool.
Should support Sequelize CLI
Should adjust based on Sequelize CLI migrations
Should handle seeds
The text was updated successfully, but these errors were encountered:
So, I've been playing with this a little bit with the CLI, and it turns out, you can use a config for the CLI and point it where you want everything to happen. Probably at least need to find a good way of using the CLI and workin inside fabrix. Right now, the when migrate is turned on Fabrix, it's just calling model sync, which works about 65% of the time, and only for the current runtime environment.
I've been thinking about the Fab CLI here and allowing people to extend it just like they would fabrix, so that way any spool could also include it's fab CLI instructions and it would just work :-)
Is there a list of fab CLI commands ? Didn't even know there was one lool
But I like the idea of spool being able to extend it !
I'll try to dig a bit in sequelize migration see if I can understand better how it works ^^
Context:
Migration is one of the most important features for the lifecycle of an application. We should provide top notch support for https://sequelize.org/v5/manual/migrations.html. I don't really have a plan for the best way to do this, but we could use the config.sequelize to set the paths to the migrations and enable the CLI to work with the spool.
The text was updated successfully, but these errors were encountered: