aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/install.php2
-rw-r--r--app/migrations/.keep0
2 files changed, 1 insertions, 1 deletions
diff --git a/app/install.php b/app/install.php
index cf1ac2c61..bed2a8383 100644
--- a/app/install.php
+++ b/app/install.php
@@ -674,7 +674,7 @@ case 3:
case 4:
break;
case 5:
- if (deleteInstall()) {
+ if (setupMigrations() && deleteInstall()) {
header('Location: index.php');
}
break;
diff --git a/app/migrations/.keep b/app/migrations/.keep
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/app/migrations/.keep