make autoClose required

This commit is contained in:
Isaac 2022-10-05 22:19:02 +01:00
parent 52d880a038
commit c16a2a0639
No known key found for this signature in database
GPG Key ID: 0DE40AE37BBA5C33
3 changed files with 3 additions and 3 deletions

View File

@ -112,7 +112,7 @@ model Feedback {
}
model Guild {
autoClose Int?
autoClose Int @default(43200000)
autoTag Json @default("[]")
archive Boolean @default(true)
blocklist Json @default("[]")

View File

@ -112,7 +112,7 @@ model Feedback {
}
model Guild {
autoClose Int?
autoClose Int @default(43200000)
autoTag Json @default("[]")
archive Boolean @default(true)
blocklist Json @default("[]")

View File

@ -112,7 +112,7 @@ model Feedback {
}
model Guild {
autoClose Int?
autoClose Int @default(43200000)
autoTag String @default("[]")
archive Boolean @default(true)
blocklist String @default("[]")