Update src/Appwrite/Migration/Version/V18.php

Co-authored-by: Matej Bačo <matejbacocom@gmail.com>
This commit is contained in:
Damodar Lohani
2023-01-29 15:11:42 +05:45
committed by GitHub
co-authored by Matej Bačo
parent 7f3a2dcce7
commit f15dd063fd
+1 -1
View File
@@ -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: