Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update core/Migrations/Version29000Date20240124132202.php
Co-authored-by: Joas Schilling <[email protected]>
Signed-off-by: Maxence Lange <[email protected]>
  • Loading branch information
ArtificialOwl and nickvergessen authored Jan 25, 2024
commit a845e0f73addd5cb7837ed1362b42ccf43ccc89c
2 changes: 1 addition & 1 deletion core/Migrations/Version29000Date20240124132202.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
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 {
Expand Down