diff --git a/database/migrations/2024_02_11_075831_update_version_101.php b/database/migrations/2024_02_11_075831_update_version_101.php index 535788d6..f96ed511 100644 --- a/database/migrations/2024_02_11_075831_update_version_101.php +++ b/database/migrations/2024_02_11_075831_update_version_101.php @@ -15,7 +15,8 @@ return new class extends Migration try { DB::update("UPDATE abilities SET entity_type = REPLACE(entity_type, 'Crater', 'InvoiceShelf')"); DB::update("UPDATE assigned_roles SET entity_type = REPLACE(entity_type, 'Crater', 'InvoiceShelf')"); - } catch (\Exception $e) {} + } catch (\Exception $e) { + } Setting::setSetting('version', '1.1.0'); }