mirror of
https://github.com/cfngc4594/monaco-editor-lsp-next.git
synced 2025-05-18 15:26:36 +00:00
refactor(prisma): rename Template
field to templates
in Problem
model
This commit is contained in:
parent
2ffb366c7c
commit
3863d63dee
@ -36,7 +36,7 @@ model Problem {
|
||||
published Boolean @default(false)
|
||||
authorId Int
|
||||
author User @relation(fields: [authorId], references: [id])
|
||||
Template Template[]
|
||||
templates Template[]
|
||||
}
|
||||
|
||||
enum EditorLanguage {
|
||||
|
Loading…
Reference in New Issue
Block a user