From 31e8ed42a137c69cc3683f67e9b8fd3b9878d224 Mon Sep 17 00:00:00 2001 From: Maxence Lange Date: Thu, 25 Jan 2024 10:33:39 -0100 Subject: [PATCH] Update core/Migrations/Version29000Date20240124132201.php Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Maxence Lange --- core/Migrations/Version29000Date20240124132201.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Migrations/Version29000Date20240124132201.php b/core/Migrations/Version29000Date20240124132201.php index 86c21973c48..dd287da1f89 100644 --- a/core/Migrations/Version29000Date20240124132201.php +++ b/core/Migrations/Version29000Date20240124132201.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 for type and remove previous lazy column in appconfig (will be recreated by Version29000Date20240124132202) for the new IAppConfig API. */ class Version29000Date20240124132201 extends SimpleMigrationStep { public function changeSchema(IOutput $output, Closure $schemaClosure, array $options): ?ISchemaWrapper {