mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[feature/oauth] Forgot to update schema files
PHPBB3-11673
This commit is contained in:
@@ -95,7 +95,7 @@ CREATE TABLE phpbb_oauth_tokens (
|
||||
user_id mediumint(8) UNSIGNED DEFAULT '0' NOT NULL,
|
||||
session_id char(32) DEFAULT '' NOT NULL,
|
||||
provider varchar(255) DEFAULT '' NOT NULL,
|
||||
oauth_token text NOT NULL,
|
||||
oauth_token mediumtext NOT NULL,
|
||||
KEY user_id (user_id),
|
||||
KEY provider (provider)
|
||||
) CHARACTER SET `utf8` COLLATE `utf8_bin`;
|
||||
|
Reference in New Issue
Block a user