diff options
author | Maxence Lange <maxence@artificial-owl.com> | 2024-01-15 13:50:44 -0100 |
---|---|---|
committer | Maxence Lange <maxence@artificial-owl.com> | 2024-01-15 15:45:13 -0100 |
commit | 6daea857ab286aae98120bf7d1e1034aeaa44bca (patch) | |
tree | e7edb14f82b87d04a032a287ab0339d0d29390d6 /core/Migrations | |
parent | f7d0c74b1003af6c47dd6ec74f4ef904a2681d62 (diff) | |
download | nextcloud-server-6daea857ab286aae98120bf7d1e1034aeaa44bca.tar.gz nextcloud-server-6daea857ab286aae98120bf7d1e1034aeaa44bca.zip |
fixes
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
d
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'core/Migrations')
-rw-r--r-- | core/Migrations/Version29000Date20231126110901.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/Migrations/Version29000Date20231126110901.php b/core/Migrations/Version29000Date20231126110901.php index 6923c9bdbf7..3867074e013 100644 --- a/core/Migrations/Version29000Date20231126110901.php +++ b/core/Migrations/Version29000Date20231126110901.php @@ -31,7 +31,9 @@ use OCP\DB\Types; use OCP\Migration\IOutput; use OCP\Migration\SimpleMigrationStep; -// Create new field in appconfig for the new IAppConfig API, including lazy grouping. +/** + * Create new fields for type and lazy loading in appconfig for the new IAppConfig API. + */ class Version29000Date20231126110901 extends SimpleMigrationStep { public function changeSchema(IOutput $output, Closure $schemaClosure, array $options): ?ISchemaWrapper { /** @var ISchemaWrapper $schema */ |