Migrations: fix migration number in migration file to fix migration order to avoid error of missing field auto_remove in table extra_field

pull/5264/head
NicoDucou 2 years ago
parent 3a8873b0d1
commit e7e5caf575
  1. 2
      src/CoreBundle/Migrations/Schema/V200/Version20191206140000.php

@ -9,7 +9,7 @@ namespace Chamilo\CoreBundle\Migrations\Schema\V200;
use Chamilo\CoreBundle\Migrations\AbstractMigrationChamilo;
use Doctrine\DBAL\Schema\Schema;
class Version20240308225800 extends AbstractMigrationChamilo
class Version20191206140000 extends AbstractMigrationChamilo
{
public function getDescription(): string
{

Loading…
Cancel
Save