1
0
Fork 0
mirror of synced 2024-07-02 13:10:38 +12:00

Add cache clean

This commit is contained in:
Matej Bačo 2022-12-16 10:39:53 +01:00
parent 0a177713f0
commit 4ee8fd5629

View file

@ -52,6 +52,7 @@ class V17 extends Migration
* Update 'mimeType' attribute size (127->255)
*/
$this->projectDB->updateAttribute($id, 'mimeType', Database::VAR_STRING, 255, true, false);
$this->projectDB->deleteCachedCollection($id);
} catch (\Throwable $th) {
Console::warning("'mimeType' from {$id}: {$th->getMessage()}");
}