diff --git a/docs/gotcha.txt b/docs/gotcha.txt index 7271728dd..a4b9ba5d0 100644 --- a/docs/gotcha.txt +++ b/docs/gotcha.txt @@ -28,6 +28,12 @@ save you many hours of grief. structures directly, please be sure to alter them after the upgrade. + * The Product template system has been merged into the system-wide + template system. If you have created any custom product + templates they templates will be lost during the upgrade + process. Be sure to copy them to a save place before + upgrading. + 4.6.3 -------------------------------------------------------------------- * It has been reported that some people had a duplicate key error diff --git a/docs/upgrades/upgrade_4.6.9-4.7.0.sql b/docs/upgrades/upgrade_4.6.9-4.7.0.sql index 756db8b5f..3b2c9e71e 100644 --- a/docs/upgrades/upgrade_4.6.9-4.7.0.sql +++ b/docs/upgrades/upgrade_4.6.9-4.7.0.sql @@ -929,7 +929,7 @@ INSERT INTO international VALUES (2,'WobjectProxy',11,' INSERT INTO international VALUES (3,'WobjectProxy',11,'ووبجيكت بروكسي',1031514049); INSERT INTO international VALUES (4,'WobjectProxy',11,'فشلت عملية ضم الووبجكت إلى بروكسي. ربما جرى حذف هذا الووبجيكت',1031514049); INSERT INTO international VALUES (5,'WobjectProxy',11,'ووبجيكت بروكسي، إضافة/تحرير',1031514049); - +delete from incrementer where incrementerId='Product_templateId';