[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:
@@ -172,6 +172,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])
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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