GX-Bug #68489
Von Moritz Bunjes vor mehr als 3 Jahren aktualisiert
Errors like these can happen executing the 4.4.0.0 update:
Query: INSERT INTO quantity_unit_description VALUES (15,1,'sqm')
Error message: Duplicate entry '15-1' for key 'PRIMARY'
Query: INSERT INTO quantity_unit_description VALUES (3,1,'mg')
Error message: Duplicate entry '3-1' for key 'PRIMARY'
Testing scenarios:
1. no data in the tables products_vpe, quantity_unit and quantity_unit_description
2. complete data in the tables products_vpe, quantity_unit and quantity_unit_description
3. missing data (complete unit or only for a specific language) in the tables products_vpe, quantity_unit and quantity_unit_description
4. running the updater twice without any errors