mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-20 08:56:29 +00:00
Migrations
This commit is contained in:
parent
2b9b7a5960
commit
109463f242
@ -0,0 +1,6 @@
|
|||||||
|
-- AlterTable
|
||||||
|
ALTER TABLE "server" ADD COLUMN "m_cpu" BOOLEAN NOT NULL DEFAULT true,
|
||||||
|
ADD COLUMN "m_disk" BOOLEAN NOT NULL DEFAULT true,
|
||||||
|
ADD COLUMN "m_gpu" BOOLEAN NOT NULL DEFAULT true,
|
||||||
|
ADD COLUMN "m_ram" BOOLEAN NOT NULL DEFAULT true,
|
||||||
|
ADD COLUMN "m_temp" BOOLEAN NOT NULL DEFAULT true;
|
||||||
Loading…
x
Reference in New Issue
Block a user