Skip to content

Commit

Permalink
fix endpoint importing condition
Browse files Browse the repository at this point in the history
  • Loading branch information
matyaskopp committed Sep 16, 2022
1 parent ccb5012 commit 0c49282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/log2sql.pl
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
ON li.ip = ue.ip
WHERE
li.period_start_date >= '$first_datetime'
AND ue.start_date >= li.period_start_date
AND ue.start_date <= li.period_start_date
AND (li.period_level = 'hour' OR li.period_level = 'day')
AND ue.is_active = TRUE
AND li.token_used = FALSE;
Expand Down

0 comments on commit 0c49282

Please sign in to comment.