diff --git a/src/CoreBundle/Migrations/Schema/V200/Version20231026221100.php b/src/CoreBundle/Migrations/Schema/V200/Version20231026221100.php index 142c2ffa11e..7d9697e51af 100644 --- a/src/CoreBundle/Migrations/Schema/V200/Version20231026221100.php +++ b/src/CoreBundle/Migrations/Schema/V200/Version20231026221100.php @@ -11,4 +11,12 @@ class Version20231026221100 extends AbstractMigrationChamilo { + public function getDescription(): string + { + return 'Migration of Add table social_post_attachments moved to Version20230720222140'; + } + + public function up(Schema $schema): void + { + } }