Add annual ranking snapshot storage

This commit is contained in:
devRaGonSa
2026-06-08 13:44:09 +02:00
parent 9b6e1645ac
commit 82d280e629
5 changed files with 159 additions and 86 deletions

View File

@@ -28,6 +28,8 @@ RCON_TABLES = (
"rcon_player_profile_snapshots",
"rcon_materialized_matches",
"rcon_match_player_stats",
"rcon_annual_ranking_snapshots",
"rcon_annual_ranking_snapshot_items",
"rcon_scoreboard_match_candidates",
)
DISPLAY_TABLES = (
@@ -315,6 +317,8 @@ def _sync_sequences() -> None:
"rcon_player_profile_snapshots",
"rcon_materialized_matches",
"rcon_match_player_stats",
"rcon_annual_ranking_snapshots",
"rcon_annual_ranking_snapshot_items",
"rcon_scoreboard_match_candidates",
)
with connect_display_postgres() as connection: