mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-31 13:44:16 -04:00
Merge branch 'develop' of github.com:matrix-org/synapse into erikj/make_database_class
This commit is contained in:
commit
2ace775d88
56 changed files with 767 additions and 824 deletions
|
@ -260,11 +260,11 @@ class StatsStore(StateDeltasStore):
|
|||
slice_list = self.db.simple_select_list_paginate_txn(
|
||||
txn,
|
||||
table + "_historical",
|
||||
{id_col: stats_id},
|
||||
"end_ts",
|
||||
start,
|
||||
size,
|
||||
retcols=selected_columns + ["bucket_size", "end_ts"],
|
||||
keyvalues={id_col: stats_id},
|
||||
order_direction="DESC",
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue