mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
Merge branch 'main' of github.com:stackframe-projects/stack
This commit is contained in:
commit
6091cab7e9
@ -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")
|
||||
);
|
||||
Loading…
Reference in New Issue
Block a user