Show entries with Diff < 0 (in theory, deleted squads)

This commit is contained in:
norohind 2021-11-30 17:08:20 +03:00
parent 2b8931d9a8
commit c1678b8d8d
Signed by: norohind
GPG Key ID: 01C3BECC26FB59E1

View File

@ -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