乌龟服官服
This commit is contained in:
@@ -46,7 +46,7 @@ model Release {
|
||||
filePath String?
|
||||
externalUrl String?
|
||||
gameVersion String @default("")
|
||||
// Turtle WoW client major version this build targets: "1.18" or "1.17"
|
||||
// Turtle WoW client major version this build targets. Only "1.18" is active.
|
||||
wowVersion String @default("1.18")
|
||||
downloadCount Int @default(0)
|
||||
isLatest Boolean @default(false)
|
||||
@@ -95,7 +95,7 @@ model SoftwareVersion {
|
||||
isLatest Boolean @default(false)
|
||||
forceUpdate Boolean @default(false)
|
||||
minVersion String?
|
||||
// Turtle WoW client major version this build targets: "1.18" or "1.17"
|
||||
// Turtle WoW client major version this build targets. Only "1.18" is active.
|
||||
wowVersion String @default("1.18")
|
||||
createdAt DateTime @default(now())
|
||||
software Software @relation(fields: [softwareId], references: [id], onDelete: Cascade)
|
||||
|
||||
Reference in New Issue
Block a user