feat(finaly): the final push before moving all to the new lst

This commit is contained in:
2025-09-19 22:16:47 -05:00
parent 0bbe411db0
commit 8943407f27
15 changed files with 447 additions and 19 deletions

View File

@@ -27,7 +27,7 @@ export const deleteHistory = async () => {
.where(
lte(
invHistoricalData.histDate,
sql`(NOW() - INTERVAL '45 day')::date`
sql`(NOW() - INTERVAL '365 day')::date`
)
)
);