From ab82fa303a49a190544a8ed2d51f3c0cccb6f306 Mon Sep 17 00:00:00 2001 From: Rohil Surana Date: Wed, 15 Jul 2026 14:34:43 +0530 Subject: [PATCH] chore(schema): drop dead duplicate app_organization_viewer definition (first entry always wins) --- internal/bootstrap/schema/schema.go | 8 -------- 1 file changed, 8 deletions(-) diff --git a/internal/bootstrap/schema/schema.go b/internal/bootstrap/schema/schema.go index a63c0a149..b259ab605 100644 --- a/internal/bootstrap/schema/schema.go +++ b/internal/bootstrap/schema/schema.go @@ -352,14 +352,6 @@ var PredefinedRoles = []RoleDefinition{ }, Scopes: []string{OrganizationNamespace}, }, - { - Title: "Group Viewer", - Name: RoleOrganizationViewer, - Permissions: []string{ - "app_organization_get", - }, - Scopes: []string{OrganizationNamespace}, - }, // project { Title: "Project Owner",