маппинг

This commit is contained in:
2026-08-19 17:44:24 +03:00
parent 614a61168a
commit 14067f082c
10 changed files with 632 additions and 40 deletions

View File

@@ -34,6 +34,8 @@ from .models import (
TournamentStandingRow,
TournamentStatisticResource,
TournamentStatisticRow,
Team,
TeamLeague,
TeamSeasonStatistic,
UserPreference,
VmixAssignment,
@@ -161,6 +163,8 @@ class HockeyDatabase:
repaired = migrated + self._repair_game_table()
for model in (
OperatorSession,
Team,
TeamLeague,
Country,
PenaltyType,
Player,