@levrbet/shared 0.5.69 → 0.5.70
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/prisma/schema.prisma +2 -2
package/package.json
CHANGED
package/prisma/schema.prisma
CHANGED
|
@@ -146,8 +146,8 @@ model TeamData {
|
|
|
146
146
|
opticOddsTeamName String
|
|
147
147
|
lsportsTeamId String
|
|
148
148
|
opticOddsTeamId String
|
|
149
|
-
levrTeamId String
|
|
150
|
-
opticOddsTeamLogoUrl String
|
|
149
|
+
levrTeamId String
|
|
150
|
+
opticOddsTeamLogoUrl String
|
|
151
151
|
levrTeamLogoUrlAsHome String @unique
|
|
152
152
|
levrTeamLogoUrlAsAway String @unique
|
|
153
153
|
leagueObjectId String @db.ObjectId
|