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

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Migration/Version30704Date20200626072306.php (renamed from lib/Migration/Version030702Date20200626072306.php)21
1 files changed, 1 insertions, 20 deletions
diff --git a/lib/Migration/Version030702Date20200626072306.php b/lib/Migration/Version30704Date20200626072306.php
index 6832c73c..5094f3f4 100644
--- a/lib/Migration/Version030702Date20200626072306.php
+++ b/lib/Migration/Version30704Date20200626072306.php
@@ -9,18 +9,7 @@ use OCP\DB\ISchemaWrapper;
use OCP\Migration\SimpleMigrationStep;
use OCP\Migration\IOutput;
-/**
- * Auto-generated migration step: Please modify to your needs!
- */
-class Version030702Date20200626072306 extends SimpleMigrationStep {
-
- /**
- * @param IOutput $output
- * @param Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper`
- * @param array $options
- */
- public function preSchemaChange(IOutput $output, Closure $schemaClosure, array $options) {
- }
+class Version30704Date20200626072306 extends SimpleMigrationStep {
/**
* @param IOutput $output
@@ -86,12 +75,4 @@ class Version030702Date20200626072306 extends SimpleMigrationStep {
return $schema;
}
-
- /**
- * @param IOutput $output
- * @param Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper`
- * @param array $options
- */
- public function postSchemaChange(IOutput $output, Closure $schemaClosure, array $options) {
- }
}