mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-29 16:14:43 +00:00
add gpuUsage and temp fields to server and server_history models in schema.prisma
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE "server" ADD COLUMN "gpuUsage" TEXT,
|
||||
ADD COLUMN "temp" TEXT;
|
||||
|
||||
-- AlterTable
|
||||
ALTER TABLE "server_history" ADD COLUMN "gpuUsage" TEXT,
|
||||
ADD COLUMN "temp" TEXT;
|
||||
Reference in New Issue
Block a user