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
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