From 2a60080e804abef2089c34134ac2f0899cc1b0ec Mon Sep 17 00:00:00 2001 From: Nicolas Ducoulombier Date: Mon, 10 Jun 2024 13:00:52 +0200 Subject: [PATCH] Migration : Update Version20240602231700.php to adapt description - refs BT#21680 --- src/CoreBundle/Migrations/Schema/V200/Version20240602231700.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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