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
First thanks for your package, I have been using it for a while and works perfectly !
I wanted to configure a config with a custom collection name but it doesn't seem to work. I have two apps on the same database, and would like to handle 2 separate flows of migrations.
Code snippet imports/startup/server/index.js:
First thanks for your package, I have been using it for a while and works perfectly !
I wanted to configure a config with a custom collection name but it doesn't seem to work. I have two apps on the same database, and would like to handle 2 separate flows of migrations.
Code snippet
imports/startup/server/index.js
:error :
Error: [Can't find migration version 7], at Object.Migrations._findIndexByVersion
Version 7 is the version I migrated in the other app.
Trying to log Migrations._collection still gives the collection
migrations
.[email protected]
percolate:[email protected]
Any hint on how to fix ? I could do a PR if needed
Thanks a lot
The text was updated successfully, but these errors were encountered: