mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Define auth_values which can only be manipulated by the forum founder
git-svn-id: file:///svn/phpbb/trunk@2878 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
419ae3e549
commit
6cf59bc2e9
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ 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,
|
||||||
|
auth_founder_only tinyint(1) DEFAULT '0' NOT NULL,
|
||||||
PRIMARY KEY (auth_option_id),
|
PRIMARY KEY (auth_option_id),
|
||||||
KEY auth_value (auth_value)
|
KEY auth_value (auth_value)
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Reference in a new issue