mirror of
https://github.com/283375/arcaea-offline-pyside-ui.git
synced 2025-04-11 13:40:17 +00:00
fix: B30 table order (#11)
This commit is contained in:
parent
d9c163431c
commit
4f864611ee
@ -39,7 +39,7 @@ class DbB30TableModel(DbTableModel):
|
|||||||
(ScoreBest.song_id == Chart.song_id)
|
(ScoreBest.song_id == Chart.song_id)
|
||||||
& (ScoreBest.rating_class == Chart.rating_class),
|
& (ScoreBest.rating_class == Chart.rating_class),
|
||||||
)
|
)
|
||||||
.order_by(ScoreBest.potential)
|
.order_by(ScoreBest.potential.desc())
|
||||||
.limit(50)
|
.limit(50)
|
||||||
.all()
|
.all()
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user