Browse Source

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>
tags/v29.0.0beta1
Maxence Lange 5 months ago
parent
commit
a845e0f73a
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      core/Migrations/Version29000Date20240124132202.php

+ 1
- 1
core/Migrations/Version29000Date20240124132202.php View File

@@ -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…
Cancel
Save