MOPOEZYXTUBS43LXSQLEZSRITOYMV4WT3BCVL2L3LG6UPLW5ABWQC // Time filtering conditions for selectionslet selectionTimeFilter = sql``;if (timeConditions) {selectionTimeFilter = sql`AND s.${sql.identifier(timeConditions.selectionTimeColumn)} = ${timeConditions.selectionTimeValue}`;}
// Time filtering removed from selection table - now only in file table
// Time filtering conditions for selectionslet selectionTimeFilter = sql``;if (timeConditions) {selectionTimeFilter = sql`AND s.${sql.identifier(timeConditions.selectionTimeColumn)} = ${timeConditions.selectionTimeValue}`;}
// Time filtering removed from selection table - now only in file table