main
Deploy Iddaai Backend / build-and-deploy (push) Failing after 2m6s

This commit is contained in:
2026-05-12 02:43:02 +03:00
parent f8599bdb9a
commit b6d64b59bf
35 changed files with 1400 additions and 630 deletions
+2
View File
@@ -139,6 +139,8 @@ model LiveMatch {
substate String?
scoreHome Int? @map("score_home")
scoreAway Int? @map("score_away")
htScoreHome Int? @map("ht_score_home")
htScoreAway Int? @map("ht_score_away")
updatedAt DateTime @default(now()) @updatedAt @map("updated_at")
odds Json?
oddsUpdatedAt DateTime? @map("odds_updated_at")