feat(finaly): the final push before moving all to the new lst
This commit is contained in:
@@ -27,7 +27,7 @@ export const deleteHistory = async () => {
|
||||
.where(
|
||||
lte(
|
||||
invHistoricalData.histDate,
|
||||
sql`(NOW() - INTERVAL '45 day')::date`
|
||||
sql`(NOW() - INTERVAL '365 day')::date`
|
||||
)
|
||||
)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user