Creating a Migrations Tracker via Database
Unanswered
ASittingDuck posted this in #help-forum
I am trying to make it so my application will be able to see migrations when the app is being built so that the migrations collection (using mongodb) will be populated with the needed DATA migrations. This is so that the application will be able to migrate data while running, we are using incremental processes where data is first moved, then a seperate command from the app will remove the data from its previous location. However I can't seem to figure out how to get my script to run at the right time (need to have the npm packages installed so that I can work with my DB and use mongoose).