From a845e0f73addd5cb7837ed1362b42ccf43ccc89c Mon Sep 17 00:00:00 2001 From: Maxence Lange Date: Thu, 25 Jan 2024 10:33:47 -0100 Subject: [PATCH] Update core/Migrations/Version29000Date20240124132202.php Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Maxence Lange --- core/Migrations/Version29000Date20240124132202.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.39.5