We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 564c563 commit 27a09ecCopy full SHA for 27a09ec
src/CoreBundle/Migrations/Schema/V200/Version20240506165900.php
@@ -6,6 +6,7 @@
6
7
namespace Chamilo\CoreBundle\Migrations\Schema\V200;
8
9
+use Chamilo\CoreBundle\Entity\User;
10
use Chamilo\CoreBundle\Migrations\AbstractMigrationChamilo;
11
use Chamilo\CoreBundle\Repository\Node\PersonalFileRepository;
12
use Chamilo\CoreBundle\Repository\Node\UserRepository;
@@ -22,6 +23,8 @@ public function getDescription(): string
22
23
24
public function up(Schema $schema): void
25
{
26
+ $this->entityManager->clear();
27
+
28
$updateConfigurations = [
29
['table' => 'c_tool_intro', 'field' => 'intro_text'],
30
['table' => 'c_course_description', 'field' => 'content'],
0 commit comments