Skip to content

Commit

Permalink
Migration: Social: fix migration to have the minimum function to be a…
Browse files Browse the repository at this point in the history
…ble to be instanciated -refs BT#21270
  • Loading branch information
NicoDucou committed Dec 15, 2023
1 parent 6aa145d commit fd504ab
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
}
}

0 comments on commit fd504ab

Please sign in to comment.