Migrations: Internals: reorderring migration to have session table changes together and avoid error in other migration for missing filled in table - refs BT#20864

pull/5886/head
NicoDucou 1 month ago
parent 8596dcf36c
commit c60978441a
  1. 2
      src/CoreBundle/Migrations/Schema/V200/Version20190210182620.php

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