mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 19:11:47 +02:00
oops
git-svn-id: file:///svn/phpbb/trunk@2684 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -37,7 +37,8 @@ CREATE TABLE phpbb_auth_groups (
|
|||||||
#
|
#
|
||||||
CREATE TABLE phpbb_auth_options (
|
CREATE TABLE phpbb_auth_options (
|
||||||
auth_option_id tinyint(4) NOT NULL auto_increment,
|
auth_option_id tinyint(4) NOT NULL auto_increment,
|
||||||
auth_option char(20) NOT NULL default '',
|
auth_type char(15) NOT NULL default '',
|
||||||
|
auth_option char(15) NOT NULL default '',
|
||||||
PRIMARY KEY (auth_option_id,auth_option)
|
PRIMARY KEY (auth_option_id,auth_option)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user