mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Merge branch 'develop-ascraeus' into develop
* develop-ascraeus: [ticket/12712] Remove unneeded GROUP BY clause to fix query for mssql
This commit is contained in:
commit
a0d2c6ab14
1 changed files with 0 additions and 1 deletions
|
@ -42,7 +42,6 @@ class passwords_convert_p1 extends \phpbb\db\migration\migration
|
|||
$sql = 'SELECT user_password, user_id
|
||||
FROM ' . $this->table_prefix . 'users
|
||||
WHERE user_pass_convert = 1
|
||||
GROUP BY user_id
|
||||
ORDER BY user_id';
|
||||
$result = $this->db->sql_query_limit($sql, $limit, $start);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue