From def1c3537777c30879ee3059c8526adae1704976 Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Mon, 27 Jun 2022 18:44:39 +0200 Subject: [PATCH] chore: add more comments --- src/Appwrite/Migration/Version/V14.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Appwrite/Migration/Version/V14.php b/src/Appwrite/Migration/Version/V14.php index f8edf4d890..308850d2c9 100644 --- a/src/Appwrite/Migration/Version/V14.php +++ b/src/Appwrite/Migration/Version/V14.php @@ -198,6 +198,9 @@ class V14 extends Migration } try { + /** + * Update internal ID's. + */ $collection ->setAttribute('databaseId', 'default') ->setAttribute('databaseInternalId', '1');