mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-29 16:14:43 +00:00
Refactor settings model in Prisma schema to rename notification_text field to notification_text_application and add notification_text_server field for improved clarity and organization.
This commit is contained in:
@@ -56,7 +56,8 @@ model server {
|
||||
model settings {
|
||||
id Int @id @default(autoincrement())
|
||||
uptime_checks Boolean @default(true)
|
||||
notification_text String?
|
||||
notification_text_application String?
|
||||
notification_text_server String?
|
||||
}
|
||||
|
||||
model user {
|
||||
|
||||
Reference in New Issue
Block a user