summaryrefslogtreecommitdiff
path: root/app/Schema/Migration11.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Schema/Migration11.php')
-rw-r--r--app/Schema/Migration11.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/Schema/Migration11.php b/app/Schema/Migration11.php
index b9176c47c1..d63733309b 100644
--- a/app/Schema/Migration11.php
+++ b/app/Schema/Migration11.php
@@ -16,6 +16,7 @@
namespace Fisharebest\Webtrees\Schema;
use Fisharebest\Webtrees\Database;
+use Fisharebest\Webtrees\DebugBar;
use PDOException;
/**
@@ -37,6 +38,8 @@ class Migration11 implements MigrationInterface {
try {
Database::exec("ALTER TABLE `##name` DROP n_list");
} catch (PDOException $x) {
+ DebugBar::addThrowable($ex);
+
// Already done?
}
}