How does it work order value in @ChangeUnit annotation #696
Replies: 1 comment 3 replies
-
Hello @ahamdi-iungo , when two or more ChangeUnits have the same order, Mongock will use the class canonical name to compare them. Hope this helps you. |
Beta Was this translation helpful? Give feedback.
3 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.
-
I accidentally defined two @ChangeUnit classes with the same order and mongock executed them correctly. But I would like to understand how it works. Did he do them randomly? Can it be prevented with one mistake?
Beta Was this translation helpful? Give feedback.
All reactions