summaryrefslogtreecommitdiffstats
path: root/upgrade/upgrade.php
diff options
context:
space:
mode:
Diffstat (limited to 'upgrade/upgrade.php')
-rw-r--r--upgrade/upgrade.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/upgrade/upgrade.php b/upgrade/upgrade.php
index c6350aa60..816066cff 100644
--- a/upgrade/upgrade.php
+++ b/upgrade/upgrade.php
@@ -65,6 +65,7 @@ class Upgrade {
`last_modified`';
$query = $this->db->prepare($sql);
$query->execute();
+ throw new \Exception($sql);
}
}