File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -346,7 +346,7 @@ Version 7.1.0 - 25 September 2019
346346 - Upgrade Symfony and dependencies to version 4.3.
347347 - Use Doctrine for migrations and initial data.
348348 - Add option (enabled by default) to limit files passed to
349- language compilers by langauge extension list.
349+ language compilers by language extension list.
350350 - Add option to add a whole team category to a contest.
351351 - Allow admin to specify print command using configuration setting.
352352 - Show metadata for judging runs.
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ public function up(Schema $schema): void
2323 // - First we drop the foreign keys from tables referencing langid. We also drop compound
2424 // - Then we add a temporary integer langid column to all these tables, since we can't
2525 // change the langid column itself, because MySQL will try to convert the strings to
26- // integers and fail. We set the langid column in the langauge table to auto increment,
26+ // integers and fail. We set the langid column in the language table to auto increment,
2727 // so it's filled by MySQL.
2828 // - Now we copy the langid_int values to other tables.
2929 // - Then we drop the old langid columns and drop any (compound) primary keys that use it.
You can’t perform that action at this time.
0 commit comments