Add optional icon field to server model in Prisma schema

This commit is contained in:
headlessdev
2025-04-19 15:17:20 +02:00
parent b42c1a45cc
commit b655b7fe2d
2 changed files with 3 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ model server {
host Boolean @default(false)
hostServer Int?
name String
icon String?
os String?
ip String?
url String?