fix statistics

This commit is contained in:
2025-11-19 00:19:49 +01:00
parent 32dcd47131
commit c19d8540fa
9 changed files with 17 additions and 31 deletions

View File

@@ -2,7 +2,10 @@
#Statistics
StatisticsVorstellung {
show: Vorstellung { };
tickets: Eintrittskarte[] { };
showId: int { @NotNull };
showHallName: string { @NotNull };
showStart: timestamp { @NotNull };
movieTitle: string { @NotNull };
tickets: int { @NotNull };
earnings: int { @NotNull };
}