Skip to content
Snippets Groups Projects
Commit d2567129 authored by Frank Karlitschek's avatar Frank Karlitschek
Browse files

Merge pull request #6072 from owncloud/mssql-fix-schema-migration-oc6

on mssql the schema migration sometimes fails due to an already existing...
parents a1d2f0f5 4fbc2774
Branches
No related tags found
No related merge requests found
......@@ -19,6 +19,8 @@ class MDB2SchemaManager {
*/
public function __construct($conn) {
$this->conn = $conn;
$this->conn->close();
$this->conn->connect();
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment