Recreate initial migration

This commit is contained in:
Stan Wohlwend 2024-03-05 15:52:07 +01:00
parent cd152317de
commit ff89714dcb

View File

@ -23,6 +23,7 @@ CREATE TABLE "ProjectConfig" (
"createdAt" TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP,
"updatedAt" TIMESTAMP(3) NOT NULL,
"allowLocalhost" BOOLEAN NOT NULL,
"enableCredential" BOOLEAN NOT NULL,
CONSTRAINT "ProjectConfig_pkey" PRIMARY KEY ("id")
);