diff options
author | Joas Schilling <coding@schilljs.com> | 2017-07-18 14:20:29 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2017-07-25 12:47:37 +0200 |
commit | 5e04254d40b427f43ac0cf05f684812c4008aaf5 (patch) | |
tree | 008523e99ab742e7837e26e40bbabd057d5b288f /lib/private/Setup/Sqlite.php | |
parent | f6c48b1548763e0eda66af7c2720d363e1671090 (diff) | |
download | nextcloud-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/Sqlite.php')
-rw-r--r-- | lib/private/Setup/Sqlite.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/private/Setup/Sqlite.php b/lib/private/Setup/Sqlite.php index 87c0b82682f..d95e70c8b0c 100644 --- a/lib/private/Setup/Sqlite.php +++ b/lib/private/Setup/Sqlite.php @@ -41,6 +41,5 @@ class Sqlite extends AbstractDatabase { } //in case of sqlite, we can always fill the database error_log("creating sqlite db"); - \OC_DB::createDbFromStructure($this->dbDefinitionFile); } } |