mirror of
https://github.com/nextcloud/server.git
synced 2026-03-04 18:28:08 +01:00
Don't drop the table anymore when we create it again
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
@@ -111,6 +111,7 @@ class SchemaWrapper implements ISchemaWrapper {
|
||||
* @return \Doctrine\DBAL\Schema\Table
|
||||
*/
|
||||
public function createTable($tableName) {
|
||||
unset($this->tablesToDelete[$tableName]);
|
||||
return $this->schema->createTable($this->connection->getPrefix() . $tableName);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user