diff --git a/src/Appwrite/Migration/Version/V17.php b/src/Appwrite/Migration/Version/V17.php index 999bcc047b..6fddab5b3f 100644 --- a/src/Appwrite/Migration/Version/V17.php +++ b/src/Appwrite/Migration/Version/V17.php @@ -54,6 +54,7 @@ class V17 extends Migration * Create 'passwordHistory' attribute */ $this->createAttributeFromCollection($this->projectDB, $id, 'passwordHistory'); + $this->projectDB->deleteCachedCollection($id); } catch (\Throwable $th) { Console::warning("'region' from {$id}: {$th->getMessage()}"); }