diff options
author | Christoph Wurst <ChristophWurst@users.noreply.github.com> | 2020-11-11 17:40:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-11 17:40:12 +0100 |
commit | d36155620c8965381acc4e36a2d7e968c36cbc27 (patch) | |
tree | cf5e6e9f37f6590fbfd8b954ca355f0a00b67962 /lib/private/Setup/AbstractDatabase.php | |
parent | 9db321cf11637089f9e5ebd67ea6d909fc81d000 (diff) | |
download | nextcloud-server-d36155620c8965381acc4e36a2d7e968c36cbc27.tar.gz nextcloud-server-d36155620c8965381acc4e36a2d7e968c36cbc27.zip |
Revert "Installation goes brrrr"
Diffstat (limited to 'lib/private/Setup/AbstractDatabase.php')
-rw-r--r-- | lib/private/Setup/AbstractDatabase.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Setup/AbstractDatabase.php b/lib/private/Setup/AbstractDatabase.php index 8a9aed09f1b..98d6b84ab9c 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('latest', true); + $ms->migrate(); } } |