summaryrefslogtreecommitdiffstats
path: root/lib/private/DB/MigrationService.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private/DB/MigrationService.php')
-rw-r--r--lib/private/DB/MigrationService.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/private/DB/MigrationService.php b/lib/private/DB/MigrationService.php
index 0104c1be367..18993cadd50 100644
--- a/lib/private/DB/MigrationService.php
+++ b/lib/private/DB/MigrationService.php
@@ -159,7 +159,6 @@ class MigrationService {
// Recreate the schema after the table was dropped.
$schema = new SchemaWrapper($this->connection);
-
} catch (SchemaException $e) {
// Table not found, no need to panic, we will create it.
}
@@ -329,7 +328,7 @@ class MigrationService {
* @return mixed|null|string
*/
public function getMigration($alias) {
- switch($alias) {
+ switch ($alias) {
case 'current':
return $this->getCurrentVersion();
case 'next':