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
My problem is now that the migrations are not under ./root/migrations but under ./root/build/migrations. How can I specify programatically to search in a different folder for the migrations?
But my package.json & database.json are under ./root
I'm submitting a...
Current behavior
I have the following code:
My problem is now that the migrations are not under
./root/migrations
but under./root/build/migrations
. How can I specify programatically to search in a different folder for the migrations?But my
package.json
&database.json
are under./root
Environment
The text was updated successfully, but these errors were encountered: