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
Is there any way to modify the version of the Migrations control document to set a custom one ?
I checked the source code and then I tried Migrations._collection.update({ _id: "control" }, { $set: { version: 1095 } })
but I get Migrations._collection undefined
is there any way you can expose the _collection ?
Thank you
The text was updated successfully, but these errors were encountered:
So from looking at the code, the collection should be available after startup. Accessing it before startup is indeed undefined as it is set during startup.
Is there any way to modify the version of the Migrations control document to set a custom one ?
I checked the source code and then I tried
Migrations._collection.update({ _id: "control" }, { $set: { version: 1095 } })
but I get Migrations._collection undefined
is there any way you can expose the _collection ?
Thank you
The text was updated successfully, but these errors were encountered: