Skip to content

Commit

Permalink
change max id to match new file on s3
Browse files Browse the repository at this point in the history
  • Loading branch information
micheal-w-wells committed Dec 2, 2023
1 parent 3231706 commit 1f35e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/queries/activity-queries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ LEFT JOIN
sqlStatement.append(SQL` where 1 = 1 and a.iscurrent = true `);

if (lean) {
sqlStatement.append(SQL` and a.activity_incoming_data_id > 36345`);
sqlStatement.append(SQL` and a.activity_incoming_data_id > 78002`);
}

if (searchCriteria.activity_type && searchCriteria.activity_type.length) {
Expand Down

0 comments on commit 1f35e45

Please sign in to comment.