buildCompactDeleteSQL
buildCompactDeleteSQL(
tableName,cutoffT):string
Defined in: db/store.ts:131
Build SQL to delete non-keeper old rows (those older than cutoff and not in the keepers temp table).
Parameters
Section titled “Parameters”tableName
Section titled “tableName”string
cutoffT
Section titled “cutoffT”number
Returns
Section titled “Returns”string