mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Another attempt at catching the sqlite error.
This commit is contained in:
parent
c5a3de09cd
commit
02b6191d47
@ -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.
|
||||
}
|
||||
}
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user