diff --git a/app/database/migrations/2015_01_18_082406_changes_for_325.php b/app/database/migrations/2015_01_18_082406_changes_for_325.php index 5db32ba627..a00985b8bf 100644 --- a/app/database/migrations/2015_01_18_082406_changes_for_325.php +++ b/app/database/migrations/2015_01_18_082406_changes_for_325.php @@ -40,6 +40,8 @@ class ChangesFor325 extends Migration $table->dropUnique('unique_ci_combi'); } catch (QueryException $e) { // don't care. + } catch (\Exception $e) { + // don't care either. } } );