Migration: Social: fix migration to have the minimum function to be able to be instanciated -refs BT#21270

pull/5024/head
NicoDucou 2 years ago
parent 6aa145dccf
commit fd504ab57e
  1. 8
      src/CoreBundle/Migrations/Schema/V200/Version20231026221100.php

@ -11,4 +11,12 @@ use Doctrine\DBAL\Schema\Schema;
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
{
}
}

Loading…
Cancel
Save