Migration : Update Version20240602231700.php to adapt description - refs BT#21680

pull/5565/head
Nicolas Ducoulombier 1 year ago committed by GitHub
parent 86fc70519d
commit 2a60080e80
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      src/CoreBundle/Migrations/Schema/V200/Version20240602231700.php

@ -15,7 +15,7 @@ final class Version20240602231700 extends AbstractMigrationChamilo
{
public function getDescription(): string
{
return 'Delete documents based on resource_node_id';
return 'Delete documents that do not have parents based on the path.';
}
public function up(Schema $schema): void

Loading…
Cancel
Save