mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02: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:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user