mirror of
https://github.com/nextcloud/server.git
synced 2026-02-18 18:28:50 -05:00
Update core/Migrations/Version29000Date20240124132202.php
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
This commit is contained in:
parent
31e8ed42a1
commit
a845e0f73a
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ use OCP\Migration\IOutput;
|
|||
use OCP\Migration\SimpleMigrationStep;
|
||||
|
||||
/**
|
||||
* Create new fields for type and lazy loading in appconfig for the new IAppConfig API.
|
||||
* Create new column and index for lazy loading in appconfig for the new IAppConfig API.
|
||||
*/
|
||||
class Version29000Date20240124132202 extends SimpleMigrationStep {
|
||||
public function changeSchema(IOutput $output, Closure $schemaClosure, array $options): ?ISchemaWrapper {
|
||||
|
|
|
|||
Loading…
Reference in a new issue