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,