aboutsummaryrefslogtreecommitdiffstats
path: root/core/Migrations
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2024-01-25 10:33:39 -0100
committerGitHub <noreply@github.com>2024-01-25 10:33:39 -0100
commit31e8ed42a137c69cc3683f67e9b8fd3b9878d224 (patch)
tree705bc7d953bb0f9bbb763b47e985093efbe332d3 /core/Migrations
parent8362025643bdbe6c93ce4b3c33e61c2c370039fc (diff)
downloadnextcloud-server-31e8ed42a137c69cc3683f67e9b8fd3b9878d224.tar.gz
nextcloud-server-31e8ed42a137c69cc3683f67e9b8fd3b9878d224.zip
Update core/Migrations/Version29000Date20240124132201.php
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'core/Migrations')
-rw-r--r--core/Migrations/Version29000Date20240124132201.php2
1 files changed, 1 insertions, 1 deletions
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 {