mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-08 01:36:57 +02:00
[feature/oauth] Fix SQL error found in install
PHPBB3-11673
This commit is contained in:
@@ -932,7 +932,7 @@ function get_schema_struct()
|
||||
),
|
||||
'KEYS' => array(
|
||||
'user_id' => array('INDEX', 'user_id'),
|
||||
'provider' => array('INDEX', 'oauth_provider'),
|
||||
'provider' => array('INDEX', 'provider'),
|
||||
),
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user