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
Next Next commit
Update core/Migrations/Version29000Date20240124132201.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 31e8ed42a137c69cc3683f67e9b8fd3b9878d224
2 changes: 1 addition & 1 deletion core/Migrations/Version29000Date20240124132201.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 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 {
Expand Down