Skip to content

Commit

Permalink
fix(install): typo in SQL request
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Bugier <[email protected]>
  • Loading branch information
btry committed Feb 3, 2020
1 parent c96f2f5 commit c6cadb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/upgrade_to_2.11.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public function upgrade(Migration $migration) {
$migration->migrationOneTable($table);

$request = [
'*SELECT' => 'id',
'SELECT' => 'id',
'FROM' => $table,
];
foreach ($DB->request($request) as $row) {
Expand Down

0 comments on commit c6cadb0

Please sign in to comment.