mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
Revert migration from USER -> GLOBAL
This commit is contained in:
parent
1da99a4c31
commit
0d0796c593
@ -1,6 +1,6 @@
|
||||
|
||||
-- CreateEnum
|
||||
CREATE TYPE "PermissionScope" AS ENUM ('USER', 'TEAM');
|
||||
CREATE TYPE "PermissionScope" AS ENUM ('GLOBAL', 'TEAM');
|
||||
|
||||
-- AlterTable
|
||||
ALTER TABLE "ProjectConfig" ADD COLUMN "createTeamOnSignUp" BOOLEAN NOT NULL DEFAULT false;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user