Bug 7441: Upgrading to 4.19.0 might fail due to migration (#7446)

* Make Change software vendor width mig. more robust

If there are two or more entries in the software table with the same name, version, source, release and arch but different vendors then the migration used for increasing the vendor width will fail.
This commit is contained in:
Juan Fernandez
2022-08-30 11:20:48 -04:00
committed by GitHub
parent 8157359f84
commit 87717df1da
3 changed files with 17 additions and 12 deletions
@@ -0,0 +1,2 @@
If there are two or more entries in the software table with the same name, version, source, release
and arch but different vendors then the migration used for increasing the vendor width will fail.