From 0d3bcc9b3ae5bfbe3f5d31484535b67a1466ee19 Mon Sep 17 00:00:00 2001 From: fogelito Date: Wed, 7 Jan 2026 09:52:23 +0200 Subject: [PATCH] message todo --- src/Appwrite/Platform/Workers/Migrations.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Appwrite/Platform/Workers/Migrations.php b/src/Appwrite/Platform/Workers/Migrations.php index 363167ce8b..e1039510f4 100644 --- a/src/Appwrite/Platform/Workers/Migrations.php +++ b/src/Appwrite/Platform/Workers/Migrations.php @@ -435,6 +435,7 @@ class Migrations extends Action $destination?->success(); $source?->success(); + // todo: Move to CSV hook if ($migration->getAttribute('destination') === DestinationCSV::getName()) { $this->handleCSVExportComplete($project, $migration, $queueForMails, $queueForRealtime, $platform); }