Merge branch 'main' of github.com:stackframe-projects/stack

This commit is contained in:
Zai Shi 2024-03-05 23:08:21 +08:00
commit 6091cab7e9

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")
);