summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-04-09 18:55:06 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2016-04-09 18:55:06 +0200
commit168012349d2aebdc463936b93e0d1d6d11c7bb56 (patch)
tree3262c57f5687816b68f165d1344df84d0b82dffe
parent4fefbdb4f0ac181d0a59d406e70b86bf785ebde5 (diff)
debug
-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);
}
}