aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Setup/AbstractDatabase.php
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2020-11-11 20:12:13 +0100
committerGitHub <noreply@github.com>2020-11-11 20:12:13 +0100
commitd7b5d4cb58f75e4598d3d537c743905c301d7952 (patch)
treeabd24ee9f49277b7eeb7766257986b1ae0978b18 /lib/private/Setup/AbstractDatabase.php
parentfec679dd8d38862b8039034b28d6deaf0d7ab51b (diff)
downloadnextcloud-server-d7b5d4cb58f75e4598d3d537c743905c301d7952.tar.gz
nextcloud-server-d7b5d4cb58f75e4598d3d537c743905c301d7952.zip
Revert "Revert "Installation goes brrrr""
Diffstat (limited to 'lib/private/Setup/AbstractDatabase.php')
-rw-r--r--lib/private/Setup/AbstractDatabase.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Setup/AbstractDatabase.php b/lib/private/Setup/AbstractDatabase.php
index 98d6b84ab9c..8a9aed09f1b 100644
--- a/lib/private/Setup/AbstractDatabase.php
+++ b/lib/private/Setup/AbstractDatabase.php
@@ -150,6 +150,6 @@ abstract class AbstractDatabase {
return;
}
$ms = new MigrationService('core', \OC::$server->getDatabaseConnection());
- $ms->migrate();
+ $ms->migrate('latest', true);
}
}