mirror of
https://github.com/nextcloud/server.git
synced 2026-04-23 15:21:00 -04:00
Merge pull request #6072 from owncloud/mssql-fix-schema-migration-oc6
on mssql the schema migration sometimes fails due to an already existing...
This commit is contained in:
commit
d2567129a1
1 changed files with 2 additions and 0 deletions
|
|
@ -19,6 +19,8 @@ class MDB2SchemaManager {
|
|||
*/
|
||||
public function __construct($conn) {
|
||||
$this->conn = $conn;
|
||||
$this->conn->close();
|
||||
$this->conn->connect();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue