Files
CoreControl/prisma/migrations/20250418093116_host_columns/migration.sql

4 lines
123 B
SQL

-- AlterTable
ALTER TABLE "server" ADD COLUMN "host" BOOLEAN NOT NULL DEFAULT false,
ADD COLUMN "hostServer" TEXT;