summaryrefslogtreecommitdiff
path: root/app/Schema/Migration8.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Schema/Migration8.php')
-rw-r--r--app/Schema/Migration8.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/Schema/Migration8.php b/app/Schema/Migration8.php
index 83e12a53f5..32ae5b89bc 100644
--- a/app/Schema/Migration8.php
+++ b/app/Schema/Migration8.php
@@ -16,6 +16,7 @@
namespace Fisharebest\Webtrees\Schema;
use Fisharebest\Webtrees\Database;
+use Fisharebest\Webtrees\DebugBar;
use PDOException;
/**
@@ -32,6 +33,8 @@ class Migration8 implements MigrationInterface {
"ALTER TABLE `##dates` CHANGE d_type d_type ENUM('@#DGREGORIAN@', '@#DJULIAN@', '@#DHEBREW@', '@#DFRENCH R@', '@#DHIJRI@', '@#DROMAN@', '@#DJALALI@')"
);
} catch (PDOException $ex) {
+ DebugBar::addThrowable($ex);
+
// Already been run?
}
}