Migration: Fix order for message_rel_user table modification to be before using the entity in the migration - refs BT#20864

pull/5919/head
NicoDucou 2 weeks ago
parent e71d0d07e6
commit 979a1debc8
  1. 2
      src/CoreBundle/Migrations/Schema/V200/Version20200821224243.php

@ -9,7 +9,7 @@ namespace Chamilo\CoreBundle\Migrations\Schema\V200;
use Chamilo\CoreBundle\Migrations\AbstractMigrationChamilo;
use Doctrine\DBAL\Schema\Schema;
final class Version20201212114910 extends AbstractMigrationChamilo
final class Version20200821224243 extends AbstractMigrationChamilo
{
public function getDescription(): string
{
Loading…
Cancel
Save