From fdf5367e391db5fa0e2da80dca568cdad812393e Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Thu, 23 Oct 2025 20:35:17 +1300 Subject: [PATCH] Fix options not fired from realtime --- src/Appwrite/Platform/Workers/Migrations.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Appwrite/Platform/Workers/Migrations.php b/src/Appwrite/Platform/Workers/Migrations.php index 576765cc38..e7fd4857b3 100644 --- a/src/Appwrite/Platform/Workers/Migrations.php +++ b/src/Appwrite/Platform/Workers/Migrations.php @@ -240,7 +240,7 @@ class Migrations extends Action ->setSubscribers(['console', $project->getId()]) ->setEvent('migrations.[migrationId].update') ->setParam('migrationId', $migration->getId()) - ->setPayload($migration->getArrayCopy(), sensitive: ['options', 'credentials']) + ->setPayload($migration->getArrayCopy(), sensitive: ['credentials']) ->trigger(); return $this->dbForProject->updateDocument(