diff --git a/apps/dav/lib/Migration/Version1025Date20221114151721.php b/apps/dav/lib/Migration/Version1025Date20221114151721.php new file mode 100644 index 0000000000000..110b5475261a1 --- /dev/null +++ b/apps/dav/lib/Migration/Version1025Date20221114151721.php @@ -0,0 +1,49 @@ +getTable('calendarobjects'); + $calendarObjectsTable->addIndex(['classification'], 'calendarobject_classification_index'); + + 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): void { + } +}