From 462a2d505d58dd2f5aec0e21a30e7676be1db267 Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Thu, 23 Oct 2025 18:17:35 +1300 Subject: [PATCH] Remove unused scopes --- src/Appwrite/Platform/Workers/Migrations.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/Appwrite/Platform/Workers/Migrations.php b/src/Appwrite/Platform/Workers/Migrations.php index 508899fa97..ae43a1b481 100644 --- a/src/Appwrite/Platform/Workers/Migrations.php +++ b/src/Appwrite/Platform/Workers/Migrations.php @@ -303,15 +303,6 @@ class Migrations extends Action 'files.write', 'functions.read', 'functions.write', - 'databases.read', - 'collections.read', - 'collections.write', - 'tables.read', - 'tables.write', - 'documents.read', - 'documents.write', - 'rows.read', - 'rows.write', 'tokens.read', 'tokens.write', ]