diff --git a/src/CoreBundle/Migrations/Schema/V200/Version20240602231700.php b/src/CoreBundle/Migrations/Schema/V200/Version20240602231700.php index 9e4b51433f..d49d6e83e3 100644 --- a/src/CoreBundle/Migrations/Schema/V200/Version20240602231700.php +++ b/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