git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15829 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vAugagneur
2012-06-04 13:41:11 +00:00
parent aa6d9d5430
commit 18385569b7
+2 -2
View File
@@ -38,5 +38,5 @@ ALTER TABLE `PREFIX_order_payment`
-- update for all employee the last ids for notifications
UPDATE `PREFIX_employee`
SET `id_last_order`= (SELECT max(`id_order`) FROM `PREFIX_orders`),
SET `id_last_customer_message`= (SELECT max(`id_customer_message`) FROM `PREFIX_customer_message`),
SET `id_last_customer`= (SELECT max(`id_customer`) FROM `PREFIX_customer`);
`id_last_customer_message`= (SELECT max(`id_customer_message`) FROM `PREFIX_customer_message`),
`id_last_customer`= (SELECT max(`id_customer`) FROM `PREFIX_customer`);