Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Migration/Version2100Date20201201102528.php')
-rw-r--r--lib/Migration/Version2100Date20201201102528.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/Migration/Version2100Date20201201102528.php b/lib/Migration/Version2100Date20201201102528.php
index b59fcb5d1..b3fd473c0 100644
--- a/lib/Migration/Version2100Date20201201102528.php
+++ b/lib/Migration/Version2100Date20201201102528.php
@@ -53,8 +53,10 @@ class Version2100Date20201201102528 extends SimpleMigrationStep {
'default' => 0,
]);
}
+
+ return $schema;
}
- return $schema;
+ return null;
}
}