From 2ef7ef91b4bbf15815aae1d9777b7705461ec998 Mon Sep 17 00:00:00 2001 From: Prem Palanisamy Date: Wed, 11 Mar 2026 21:38:15 +0000 Subject: [PATCH] Add backup policy scopes to migration worker API key --- src/Appwrite/Platform/Workers/Migrations.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Appwrite/Platform/Workers/Migrations.php b/src/Appwrite/Platform/Workers/Migrations.php index c4cb9ce415..070624d557 100644 --- a/src/Appwrite/Platform/Workers/Migrations.php +++ b/src/Appwrite/Platform/Workers/Migrations.php @@ -327,6 +327,8 @@ class Migrations extends Action 'messages.write', 'targets.read', 'targets.write', + 'policies.read', + 'policies.write', ] ]);