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:
authorVincent Petry <vincent@nextcloud.com>2020-12-02 15:55:24 +0300
committerVincent Petry <vincent@nextcloud.com>2020-12-11 20:15:48 +0300
commit65238d1b8f487596dc79b19fe6a6be3a4fb417be (patch)
treedf44da5a069d248766065a21f66e76725c98b1eb /lib/Migration
parent353206e1e695d531f2a51003ac93cfc3cd669bce (diff)
Adjustments for listable rooms after review
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Diffstat (limited to 'lib/Migration')
-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;
}
}