mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-04 07:47:34 +02:00
[feature/oauth] Forgot to update schema files
PHPBB3-11673
This commit is contained in:
@@ -195,7 +195,7 @@ CREATE TABLE phpbb_oauth_tokens (
|
||||
user_id INT4 DEFAULT '0' NOT NULL CHECK (user_id >= 0),
|
||||
session_id char(32) DEFAULT '' NOT NULL,
|
||||
provider varchar(255) DEFAULT '' NOT NULL,
|
||||
oauth_token varchar(4000) DEFAULT '' NOT NULL
|
||||
oauth_token TEXT DEFAULT '' NOT NULL
|
||||
);
|
||||
|
||||
CREATE INDEX phpbb_oauth_tokens_user_id ON phpbb_oauth_tokens (user_id);
|
||||
|
Reference in New Issue
Block a user