mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
Recreate initial migration
This commit is contained in:
parent
cd152317de
commit
ff89714dcb
@ -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