add SquadronName to diff table

This commit is contained in:
norohind 2021-11-21 14:32:56 +03:00
parent c51d8a1b3b
commit 0e35b86a5b
Signed by: norohind
GPG Key ID: 01C3BECC26FB59E1

View File

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