Updates and fixes for products page

This commit is contained in:
2026-02-07 09:30:22 -05:00
parent b5469440bf
commit 8044771301
18 changed files with 1424 additions and 1274 deletions

View File

@@ -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