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
parent 7f3a2dcce7
commit f15dd063fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: