From 0e35b86a5b0986affd812f3491dfbeabd7db167b Mon Sep 17 00:00:00 2001 From: norohind <60548839+norohind@users.noreply.github.com> Date: Sun, 21 Nov 2021 14:32:56 +0300 Subject: [PATCH] add SquadronName to diff table --- sql_requests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sql_requests.py b/sql_requests.py index 75f06c1..7873d59 100644 --- a/sql_requests.py +++ b/sql_requests.py @@ -80,6 +80,7 @@ order by timestamp desc limit :limit);""" select_diff_by_action_id = """select + new_stats.name as SquadronName, new_stats.tag, new_stats.score as TotalExperience, old_stats.score as TotalExperienceOld,