From 11ab9192f1dd650b70eb0255dbef42951ffbdf07 Mon Sep 17 00:00:00 2001 From: NicoDucou Date: Fri, 19 Jan 2024 10:30:38 +0100 Subject: [PATCH] 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 --- .../{Version20230622150000.php => Version20170524130000.php} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/CoreBundle/Migrations/Schema/V200/{Version20230622150000.php => Version20170524130000.php} (91%) diff --git a/src/CoreBundle/Migrations/Schema/V200/Version20230622150000.php b/src/CoreBundle/Migrations/Schema/V200/Version20170524130000.php similarity index 91% rename from src/CoreBundle/Migrations/Schema/V200/Version20230622150000.php rename to src/CoreBundle/Migrations/Schema/V200/Version20170524130000.php index 50f459871b..e9877823e5 100644 --- a/src/CoreBundle/Migrations/Schema/V200/Version20230622150000.php +++ b/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 {