From f15dd063fdd230ecd2f9367e3925ac64e9b09853 Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Sun, 29 Jan 2023 15:11:42 +0545 Subject: [PATCH] Update src/Appwrite/Migration/Version/V18.php MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Matej Bačo --- src/Appwrite/Migration/Version/V18.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Appwrite/Migration/Version/V18.php b/src/Appwrite/Migration/Version/V18.php index 668544391d..b05d0bc7bb 100644 --- a/src/Appwrite/Migration/Version/V18.php +++ b/src/Appwrite/Migration/Version/V18.php @@ -56,7 +56,7 @@ class V18 extends Migration $this->createAttributeFromCollection($this->projectDB, $id, 'passwordHistory'); $this->projectDB->deleteCachedCollection($id); } catch (\Throwable $th) { - Console::warning("'region' from {$id}: {$th->getMessage()}"); + Console::warning("'passwordHistory' from {$id}: {$th->getMessage()}"); } break; default: