mirror of
https://github.com/norohind/SquadsActivityMonitor.git
synced 2025-06-07 19:03:07 +03:00
add SquadronName to diff table
This commit is contained in:
parent
c51d8a1b3b
commit
0e35b86a5b
@ -80,6 +80,7 @@ order by timestamp desc
|
|||||||
limit :limit);"""
|
limit :limit);"""
|
||||||
|
|
||||||
select_diff_by_action_id = """select
|
select_diff_by_action_id = """select
|
||||||
|
new_stats.name as SquadronName,
|
||||||
new_stats.tag,
|
new_stats.tag,
|
||||||
new_stats.score as TotalExperience,
|
new_stats.score as TotalExperience,
|
||||||
old_stats.score as TotalExperienceOld,
|
old_stats.score as TotalExperienceOld,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user