Support for making Order scoped on System Version #14
siegenthalerroger
started this conversation in
Ideas
Replies: 0 comments 5 replies
-
|
Hello @siegenthalerroger , I answer #671 here. The systemVersion is a legacy feature we have been forced to carry on with. It's basically a filter when applying the changeUnits, nothing else. It was a very corner case for some consultancy. e are considering to deprecated(need to analyse the use and impact) However, the order, as you mention is alphabetical and we have found that's not what everyone expects. I like your suggestion of allowing to provide custom Comparators. Right now, we are a bit tight in terms of bandwidth, would you like to raise a PR and I'll review asap? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We are trialing Mongock at our company and are running in to a few pain points surrounding the ordering of
ChangeUnits.We're confused as to why the
orderproperty is considered independently of thesystemVersion. In our opinion this results in an unncessary duplication of thesystemVersionin theorderproperty, to ensure that migrations introduced in later sytem versions are always executed after older ones.We'd like to suggest adding an option to have the ordering of
ChangeUnitsbe dependent on the ordering of thesystemVersionAND theorderproperty.This is related but not the same as https://github.com/mongock/mongock/discussions/671
Beta Was this translation helpful? Give feedback.
All reactions