diff options
Diffstat (limited to 'app/Schema/Migration20.php')
| -rw-r--r-- | app/Schema/Migration20.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/Schema/Migration20.php b/app/Schema/Migration20.php index 089a3bb337..cc4b43354b 100644 --- a/app/Schema/Migration20.php +++ b/app/Schema/Migration20.php @@ -16,6 +16,7 @@ namespace Fisharebest\Webtrees\Schema; use Fisharebest\Webtrees\Database; +use Fisharebest\Webtrees\DebugBar; use PDOException; /** @@ -47,6 +48,8 @@ class Migration20 implements MigrationInterface { " ADD KEY ix3 (m_titl)" ); } catch (PDOException $ex) { + DebugBar::addThrowable($ex); + // Assume we've already done this } |
