Build issues resolution

This commit is contained in:
Stephanos A
2026-06-16 14:41:27 +03:00
parent fc5f77c817
commit e03c11e7ee
7 changed files with 22 additions and 23 deletions

View File

@@ -326,8 +326,6 @@ model Station {
crowdSignals StationCrowdSignal[]
@@index([city, countryCode])
@@index([sequence])
@@index([city, countryCode])
@@schema("passenger")
}
@@ -422,8 +420,6 @@ model Coach {
assignments CoachAssignment[]
@@index([coachTypeId])
@@index([sequence])
@@index([coachTypeId])
@@schema("passenger")
}