Aditya Hase d168a71cfb perf(patch): Use INSERT with ON DUPLICATE KEY UPDATE
update_total_qty_field patch was using UPDATE statement with CASE

Now use INSERT INTO with ON DUPLICATE KEY UPDATE clause which
allows this query to use indexes and update multiple rows per query.
2018-11-14 19:09:07 +05:30
..
2018-09-10 12:18:51 +05:30
2018-06-29 17:54:25 +05:30
2018-11-06 16:32:29 +05:30