mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-17 15:36:50 +00:00
Add optional icon field to server model in Prisma schema
This commit is contained in:
parent
b42c1a45cc
commit
b655b7fe2d
@ -0,0 +1,2 @@
|
|||||||
|
-- AlterTable
|
||||||
|
ALTER TABLE "server" ADD COLUMN "icon" TEXT;
|
||||||
@ -37,6 +37,7 @@ model server {
|
|||||||
host Boolean @default(false)
|
host Boolean @default(false)
|
||||||
hostServer Int?
|
hostServer Int?
|
||||||
name String
|
name String
|
||||||
|
icon String?
|
||||||
os String?
|
os String?
|
||||||
ip String?
|
ip String?
|
||||||
url String?
|
url String?
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user