[deploy] fix register form relation
All checks were successful
Deploy Discord Bot / deploy (push) Successful in 37s
All checks were successful
Deploy Discord Bot / deploy (push) Successful in 37s
This commit is contained in:
@@ -174,6 +174,7 @@ model RegisterForm {
|
||||
createdAt DateTime @default(now())
|
||||
updatedAt DateTime @updatedAt
|
||||
fields RegisterFormField[]
|
||||
applications RegisterApplication[]
|
||||
|
||||
@@index([guildId, isActive])
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user