[deploy] Fix RegisterFormField order column
Some checks failed
Deploy Discord Bot / deploy (push) Failing after 20s
Some checks failed
Deploy Discord Bot / deploy (push) Failing after 20s
This commit is contained in:
@@ -184,7 +184,7 @@ model RegisterFormField {
|
|||||||
label String
|
label String
|
||||||
type String
|
type String
|
||||||
required Boolean @default(false)
|
required Boolean @default(false)
|
||||||
"order" Int @default(0)
|
order Int @default(0)
|
||||||
|
|
||||||
form RegisterForm @relation(fields: [formId], references: [id], onDelete: Cascade)
|
form RegisterForm @relation(fields: [formId], references: [id], onDelete: Cascade)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user