mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
updated schema for update_script changes ...
git-svn-id: file:///svn/phpbb/trunk@2874 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
4a5f17c131
commit
27838c6f02
1 changed files with 2 additions and 1 deletions
|
@ -40,7 +40,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_value char(20) NOT NULL,
|
auth_value char(20) NOT NULL,
|
||||||
PRIMARY KEY (auth_value, auth_option_id)
|
PRIMARY KEY (auth_option_id),
|
||||||
|
KEY auth_value (auth_value)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue