mirror of
https://github.com/norohind/SquadsActivityMonitor.git
synced 2025-04-13 05:17:12 +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);"""
|
||||
|
||||
select_diff_by_action_id = """select
|
||||
new_stats.name as SquadronName,
|
||||
new_stats.tag,
|
||||
new_stats.score as TotalExperience,
|
||||
old_stats.score as TotalExperienceOld,
|
||||
|
Loading…
x
Reference in New Issue
Block a user