]> source.dussan.org Git - nextcloud-server.git/commitdiff
Update core/Migrations/Version29000Date20240124132201.php
authorMaxence Lange <maxence@artificial-owl.com>
Thu, 25 Jan 2024 11:33:39 +0000 (10:33 -0100)
committerGitHub <noreply@github.com>
Thu, 25 Jan 2024 11:33:39 +0000 (10:33 -0100)
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
core/Migrations/Version29000Date20240124132201.php

index 86c21973c4850fb92f931c95fc286fd0d4a0eaf2..dd287da1f89c42d709d0926289d89ccba3cf288f 100644 (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 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 {