Updates and fixes for products page
This commit is contained in:
@@ -435,7 +435,7 @@ async function materializeCalculations(prodConnection, localConnection, incremen
|
||||
LEFT JOIN product_categories pc4 ON p.artist = pc4.cat_id
|
||||
LEFT JOIN product_last_sold pls ON p.pid = pls.pid
|
||||
WHERE ${incrementalUpdate ? `
|
||||
p.date_created > ? OR
|
||||
p.date_created >= DATE(?) OR
|
||||
p.stamp > ? OR
|
||||
ci.stamp > ? OR
|
||||
pcp.date_deactive > ? OR
|
||||
|
||||
Reference in New Issue
Block a user