-
This is a question about whether mongock offers a particular functionality and I'm having some trouble figuring this out based upon the examples. If I want to only take certain fields from a huge schema and migrate those, is that possible/easy to do with mongock without migrating all of the fields? An unrelated question is about shuffling around a schema (e.g. moving an inner nested field to outer), but I'm assuming this can be accomplished via a series of add and remove change units. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello @mariasise , Mongock doesn't provide any particular feature to do that. It just provides the framework for handle the migrations by using the drivers you of your choice. |
Beta Was this translation helpful? Give feedback.
Hello @mariasise ,
Mongock doesn't provide any particular feature to do that. It just provides the framework for handle the migrations by using the drivers you of your choice.