mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-17 15:36:50 +00:00
Add notification_text column to settings model in Prisma schema and migration
This commit is contained in:
parent
b9fac8ddb6
commit
88f7f6a9d1
@ -0,0 +1,2 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE "settings" ADD COLUMN "notification_text" TEXT;
|
||||
@ -47,6 +47,7 @@ model server {
|
||||
model settings {
|
||||
id Int @id @default(autoincrement())
|
||||
uptime_checks Boolean @default(true)
|
||||
notification_text String?
|
||||
}
|
||||
|
||||
model user {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user