mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-29 16:14:43 +00:00
Server Hardware Information
This commit is contained in:
5
prisma/migrations/20250412183017_server/migration.sql
Normal file
5
prisma/migrations/20250412183017_server/migration.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE "server" ADD COLUMN "cpu" TEXT,
|
||||
ADD COLUMN "disk" TEXT,
|
||||
ADD COLUMN "gpu" TEXT,
|
||||
ADD COLUMN "ram" TEXT;
|
||||
@@ -32,6 +32,10 @@ model server {
|
||||
os String?
|
||||
ip String?
|
||||
url String?
|
||||
cpu String?
|
||||
gpu String?
|
||||
ram String?
|
||||
disk String?
|
||||
}
|
||||
|
||||
model settings {
|
||||
|
||||
Reference in New Issue
Block a user