You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/CoreBundle/Migrations/Schema/V200/Version20.php
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,6 @@ public function up(Schema $schema): void
43
43
// Update language to ISO
44
44
$this->addSql('UPDATE course SET course_language = (SELECT isocode FROM language WHERE english_name = course_language)');
45
45
$this->addSql('UPDATE sys_announcement SET lang = (SELECT isocode FROM language WHERE english_name = lang);');
46
-
$this->addSql('UPDATE user SET locale = (SELECT isocode FROM language WHERE english_name = language)');
47
46
$this->addSql("UPDATE settings_current SET selected_value = (SELECT isocode FROM language WHERE english_name = selected_value) WHERE variable = 'platformLanguage'");
0 commit comments