mirror of
https://github.com/norohind/SquadsActivityMonitor.git
synced 2025-04-13 05:17:12 +03:00
Show entries with Diff < 0 (in theory, deleted squads)
This commit is contained in:
parent
2b8931d9a8
commit
c1678b8d8d
@ -51,7 +51,7 @@ from
|
||||
order by timestamp desc
|
||||
|
||||
) as foo1
|
||||
where (sum_score - sum_score_old) > 0
|
||||
where (sum_score - sum_score_old) <> 0
|
||||
limit %(limit)s;"""
|
||||
|
||||
select_diff_by_action_id = """select
|
||||
|
Loading…
x
Reference in New Issue
Block a user