feat(admin): add registration policy settings and disabled register state
This commit is contained in:
@@ -87,3 +87,12 @@ model Verification {
|
||||
@@index([identifier])
|
||||
@@map("verification")
|
||||
}
|
||||
|
||||
model SystemSetting {
|
||||
key String @id
|
||||
value String
|
||||
createdAt DateTime @default(now())
|
||||
updatedAt DateTime @updatedAt
|
||||
|
||||
@@map("system_setting")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user