summaryrefslogtreecommitdiffstats
path: root/upgrade
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-04-28 17:08:25 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2016-04-28 17:08:39 +0200
commit41851a17be5c9a42e8beffcfa07ed3a59d8a9f8a (patch)
treefd81a0d9264bd22905321b2060d5526e49dbbd7b /upgrade
parented9710700c09fbf63eef5c0876d13c7672922746 (diff)
Rerun fingerprint migration
Diffstat (limited to 'upgrade')
-rw-r--r--upgrade/upgrade.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/upgrade/upgrade.php b/upgrade/upgrade.php
index c6350aa60..2c86e311d 100644
--- a/upgrade/upgrade.php
+++ b/upgrade/upgrade.php
@@ -47,7 +47,7 @@ class Upgrade {
$this->appName, 'installed_version'
);
- if (version_compare($previousVersion, '7', '<')) {
+ if (version_compare($previousVersion, '8.7.3', '<=')) {
$this->itemService->generateSearchIndices();
}
}