Another attempt at catching the sqlite error.

This commit is contained in:
James Cole 2015-01-18 11:12:17 +01:00
parent c5a3de09cd
commit 02b6191d47

View File

@ -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.
}
}
);