mirror of
https://github.com/detleph/server.git
synced 2026-09-04 08:36:06 +02:00
Add name to events in the prisma schema
This commit is contained in:
@@ -13,6 +13,7 @@ model Event {
|
||||
id Int @id @default(autoincrement()) // Primary key
|
||||
pid String @unique @default(dbgenerated("gen_random_uuid()")) @db.Uuid // Public key
|
||||
date DateTime
|
||||
name String
|
||||
|
||||
disciplines Discipline[]
|
||||
admins Admin[]
|
||||
|
||||
Reference in New Issue
Block a user