summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
Diffstat (limited to 'update.php')
-rwxr-xr-xupdate.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/update.php b/update.php
index f5fa9e569..1c43cdb94 100755
--- a/update.php
+++ b/update.php
@@ -89,6 +89,14 @@
return;
}
+ if (!isset($options['update-schema'])) {
+ $schema_version = get_schema_version($link);
+
+ if ($schema_version != SCHEMA_VERSION) {
+ die("Schema version is wrong, please upgrade the database.\n");
+ }
+ }
+
define('QUIET', isset($options['quiet']));
if (isset($options["log"])) {