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:
@@ -0,0 +1,10 @@
|
||||
/*
|
||||
Warnings:
|
||||
|
||||
- You are about to drop the column `notification_text` on the `settings` table. All the data in the column will be lost.
|
||||
|
||||
*/
|
||||
-- AlterTable
|
||||
ALTER TABLE "settings" DROP COLUMN "notification_text",
|
||||
ADD COLUMN "notification_text_application" TEXT,
|
||||
ADD COLUMN "notification_text_server" TEXT;
|
||||
Reference in New Issue
Block a user