mirror of
https://github.com/detleph/server.git
synced 2026-09-04 08:36:06 +02:00
patches for update
This commit is contained in:
@@ -37,7 +37,7 @@ model Discipline {
|
||||
id Int @id @default(autoincrement())
|
||||
pid String @unique @default(dbgenerated("gen_random_uuid()")) @db.Uuid
|
||||
name String
|
||||
briefDescription String
|
||||
briefDescription String @default("description")
|
||||
fullDescription String?
|
||||
minTeamSize Int
|
||||
maxTeamSize Int
|
||||
|
||||
Reference in New Issue
Block a user