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