From 0003fc09ca33e1b8587d45ef2dfcdfaf04baa33e Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Wed, 2 Mar 2022 09:35:52 +0100 Subject: [PATCH] fix: add console log to custom collection migration --- src/Appwrite/Migration/Version/V12.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Appwrite/Migration/Version/V12.php b/src/Appwrite/Migration/Version/V12.php index 2c5ddef61d..d7b279461c 100644 --- a/src/Appwrite/Migration/Version/V12.php +++ b/src/Appwrite/Migration/Version/V12.php @@ -378,6 +378,7 @@ class V12 extends Migration $id = $collection->getId(); $projectId = $this->project->getId(); $internalId = $collection->getInternalId(); + Console::log("- {$id} ({$collection->getAttribute('name')})"); /** * Rename user's colletion table schema