1
0
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:
Joseph Warner
2013-07-23 22:26:22 -04:00
parent dc050e7ece
commit da6a8787f8
9 changed files with 9 additions and 9 deletions

View File

@@ -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'),
),
);