summaryrefslogtreecommitdiffstats
path: root/lib/private/Setup/PostgreSQL.php
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-07-18 14:20:29 +0200
committerJoas Schilling <coding@schilljs.com>2017-07-25 12:47:37 +0200
commit5e04254d40b427f43ac0cf05f684812c4008aaf5 (patch)
tree008523e99ab742e7837e26e40bbabd057d5b288f /lib/private/Setup/PostgreSQL.php
parentf6c48b1548763e0eda66af7c2720d363e1671090 (diff)
downloadnextcloud-server-5e04254d40b427f43ac0cf05f684812c4008aaf5.tar.gz
nextcloud-server-5e04254d40b427f43ac0cf05f684812c4008aaf5.zip
Install from migrations
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/private/Setup/PostgreSQL.php')
-rw-r--r--lib/private/Setup/PostgreSQL.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/private/Setup/PostgreSQL.php b/lib/private/Setup/PostgreSQL.php
index 8267b065142..dbcb94d6d7f 100644
--- a/lib/private/Setup/PostgreSQL.php
+++ b/lib/private/Setup/PostgreSQL.php
@@ -105,11 +105,6 @@ class PostgreSQL extends AbstractDatabase {
throw new \OC\DatabaseSetupException($this->trans->t('PostgreSQL username and/or password not valid'),
$this->trans->t('You need to enter details of an existing account.'));
}
-
-
- if (!$tablesSetup) {
- \OC_DB::createDbFromStructure($this->dbDefinitionFile);
- }
}
private function createDatabase(IDBConnection $connection) {