mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-09 20:11:22 +00:00
Another attempt at catching the sqlite error.
This commit is contained in:
@@ -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.
|
||||
}
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user