diff options
-rw-r--r-- | core/Migrations/Version29000Date20240124132202.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Migrations/Version29000Date20240124132202.php b/core/Migrations/Version29000Date20240124132202.php index b393477a52a..cca0d6a5a71 100644 --- a/core/Migrations/Version29000Date20240124132202.php +++ b/core/Migrations/Version29000Date20240124132202.php @@ -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 { |