Skip to content

Commit a636a02

Browse files
committed
regen migrations
1 parent 47c7493 commit a636a02

File tree

3 files changed

+10306
-0
lines changed

3 files changed

+10306
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ALTER TABLE "permission_group" ADD COLUMN "auto_add_new_members" boolean DEFAULT false NOT NULL;--> statement-breakpoint
2+
CREATE UNIQUE INDEX "permission_group_org_auto_add_unique" ON "permission_group" USING btree ("organization_id") WHERE auto_add_new_members = true;

0 commit comments

Comments
 (0)