diff options
author | Maxence Lange <maxence@artificial-owl.com> | 2024-01-25 10:33:47 -0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-25 10:33:47 -0100 |
commit | a845e0f73addd5cb7837ed1362b42ccf43ccc89c (patch) | |
tree | fb236340071c1702d25f337e546bf5ec28be7200 /core/Migrations | |
parent | 31e8ed42a137c69cc3683f67e9b8fd3b9878d224 (diff) | |
download | nextcloud-server-a845e0f73addd5cb7837ed1362b42ccf43ccc89c.tar.gz nextcloud-server-a845e0f73addd5cb7837ed1362b42ccf43ccc89c.zip |
Update core/Migrations/Version29000Date20240124132202.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/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 { |