1
0
Fork 0
mirror of synced 2024-08-04 13:01:45 +12:00

clear cache after migration

This commit is contained in:
Damodar Lohani 2022-12-26 08:20:16 +00:00
parent eb9e7c737e
commit 87b3df919f

View file

@ -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()}");
}