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: