diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2017-07-25 16:57:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-25 16:57:13 +0200 |
commit | 68c4fc25069b580062752a6f55e47d91be57efae (patch) | |
tree | 0f18f14cfbc555e3e6d4ae38188ce40024a78b12 /lib/private/Setup/PostgreSQL.php | |
parent | 8d751ff2b429380af7e5c870844a6a32f82f0741 (diff) | |
parent | d254797f561b0f7a2f3feeaa8bb868ad2d3c74be (diff) | |
download | nextcloud-server-68c4fc25069b580062752a6f55e47d91be57efae.tar.gz nextcloud-server-68c4fc25069b580062752a6f55e47d91be57efae.zip |
Merge pull request #5772 from nextcloud/migrations-install
Install nextcloud via migrations instead of the db_structure.xml
Diffstat (limited to 'lib/private/Setup/PostgreSQL.php')
-rw-r--r-- | lib/private/Setup/PostgreSQL.php | 5 |
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) { |