summaryrefslogtreecommitdiffstats
path: root/lib/private/DB/MDB2SchemaManager.php
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2016-09-21 15:12:00 +0200
committerLukas Reschke <lukas@statuscode.ch>2016-09-27 18:43:53 +0200
commitda0cea404d3ec2ac1c3f08e3d3791b02b3b958db (patch)
tree97460f0334cd22db70d754777680f35b04821e31 /lib/private/DB/MDB2SchemaManager.php
parent6ca8ce62288aa5b181f97c45ad62c35976dbb65f (diff)
downloadnextcloud-server-da0cea404d3ec2ac1c3f08e3d3791b02b3b958db.tar.gz
nextcloud-server-da0cea404d3ec2ac1c3f08e3d3791b02b3b958db.zip
Kill update simulation
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to 'lib/private/DB/MDB2SchemaManager.php')
-rw-r--r--lib/private/DB/MDB2SchemaManager.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/private/DB/MDB2SchemaManager.php b/lib/private/DB/MDB2SchemaManager.php
index 494c8fd53f1..f209991eb84 100644
--- a/lib/private/DB/MDB2SchemaManager.php
+++ b/lib/private/DB/MDB2SchemaManager.php
@@ -122,17 +122,6 @@ class MDB2SchemaManager {
}
/**
- * update the database scheme
- * @param string $file file to read structure from
- * @return boolean
- */
- public function simulateUpdateDbFromStructure($file) {
- $toSchema = $this->readSchemaFromFile($file);
- $this->getMigrator()->checkMigrate($toSchema);
- return true;
- }
-
- /**
* @param \Doctrine\DBAL\Schema\Schema $schema
* @return string
*/