mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-20 23:41:29 +02:00
[feature/oauth] Fix SQL error found in install
PHPBB3-11673
This commit is contained in:
@@ -137,7 +137,7 @@ CREATE TABLE phpbb_oauth_tokens (
|
||||
);;
|
||||
|
||||
CREATE INDEX phpbb_oauth_tokens_user_id ON phpbb_oauth_tokens(user_id);;
|
||||
CREATE INDEX phpbb_oauth_tokens_provider ON phpbb_oauth_tokens(oauth_provider);;
|
||||
CREATE INDEX phpbb_oauth_tokens_provider ON phpbb_oauth_tokens(provider);;
|
||||
|
||||
# Table: 'phpbb_oauth_accounts'
|
||||
CREATE TABLE phpbb_oauth_accounts (
|
||||
|
Reference in New Issue
Block a user