mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-29 17:14:43 +01:00
Server System
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
-- CreateTable
|
||||
CREATE TABLE "server" (
|
||||
"id" SERIAL NOT NULL,
|
||||
"name" TEXT NOT NULL,
|
||||
"os" TEXT,
|
||||
"ip" TEXT,
|
||||
"url" TEXT,
|
||||
|
||||
CONSTRAINT "server_pkey" PRIMARY KEY ("id")
|
||||
);
|
||||
Reference in New Issue
Block a user