From d19eec9849ea3e32fd9e677aa3121d40197a2995 Mon Sep 17 00:00:00 2001 From: fogelito Date: Sun, 1 Feb 2026 12:31:17 +0200 Subject: [PATCH] var dump --- 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 48d125f6c6..b27c8e4f56 100644 --- a/src/Appwrite/Platform/Workers/Migrations.php +++ b/src/Appwrite/Platform/Workers/Migrations.php @@ -360,6 +360,8 @@ class Migrations extends Action $migration->setAttribute('credentials', $credentials); + var_dump($credentials); + $migration->setAttribute('stage', 'processing'); $migration->setAttribute('status', 'processing'); $this->updateMigrationDocument($migration, $project, $queueForRealtime);