Internal: Migration: move table name changes from c_lp_category_user to c_lp_category_rel_user before so it does not bloc migration Version20201216122012 which need the new table name - refs BT#20864

pull/5101/head
NicoDucou 2 years ago
parent 3f62624ed5
commit 11ab9192f1
  1. 2
      src/CoreBundle/Migrations/Schema/V200/Version20170524130000.php

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