Skip to content

Fix migrator issues when jumping versions

Silversthorn requested to merge bugfix/fixing-rework-id-issue into dev

What does this MR do and why?

___Describe in detail what your merge request does and why.___

Fix definitely the issue of the rework from Int ids to uuid ids

How to set up and validate locally

Tested this version that will be 4.3.2 with update :

  • From 4.2.3 to 4.3.2 : OK
  • From 4.2.3 to 4.3.0 to 4.3.1 to 4.3.2 : OK
  • From 4.2.3 to 4.3.0 to 4.3.2 : OK
  • From 4.2.3 to 4.3.1 to 4.3.2 : KO between 4.2.3 to 4.3.1 => This is the issue I added with the 4.3.1 version so no update should be made like this.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

  • Have you checked this doesn't interfere/conflict/duplicate someone elses work?
  • Have you fully tested your changes?
  • Have you resolved any lint issues?
  • Have you assigned a reviewer?
  • Have you applied correct labels?
Edited by Silversthorn

Merge request reports