Skip to content

Commit

Permalink
Merge pull request #4479 from alchemy-fr/PHRAS-4010-add-mysql8-datastore
Browse files Browse the repository at this point in the history
HRAS-4010-add-mysql8-datastore
  • Loading branch information
jygaulier authored Feb 27, 2024
2 parents 0feb7e9 + 8897648 commit dc1fad6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ public function upgradeTable(\SimpleXMLElement $table, OutputInterface $output)
}

foreach ($correct_table['fields'] as $f_name => $expr) {
$alter[] = "ALTER TABLE `" . $table['name'] . "` ADD `$f_name` " . $correct_table['fields'][$f_name];
$alter[] = "ALTER TABLE `" . $table['name'] . "` ADD `$f_name` " . $expr['expr'];
}

$tIndex = [];
Expand Down

0 comments on commit dc1fad6

Please sign in to comment.