mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-29 16:14:43 +00:00
Add uptimecheckUrl to application model and name to notification model
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
/*
|
||||
Warnings:
|
||||
|
||||
- Added the required column `name` to the `notification` table without a default value. This is not possible if the table is not empty.
|
||||
|
||||
*/
|
||||
-- AlterTable
|
||||
ALTER TABLE "application" ADD COLUMN "uptimecheckUrl" TEXT;
|
||||
|
||||
-- AlterTable
|
||||
ALTER TABLE "notification" ADD COLUMN "name" TEXT NOT NULL;
|
||||
Reference in New Issue
Block a user