mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-11 03:04:09 +02:00
Permission related updates ... is still not final but is getting there ... faster than British Rail too
git-svn-id: file:///svn/phpbb/trunk@2943 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -618,6 +618,7 @@ CREATE TABLE phpbb_users (
|
||||
user_id mediumint(8) UNSIGNED NOT NULL auto_increment,
|
||||
user_active tinyint(1) DEFAULT '1',
|
||||
user_founder tinyint(1) DEFAULT '0' NOT NULL,
|
||||
user_permissions text NULL,
|
||||
user_ip varchar(40),
|
||||
user_regdate int(11) DEFAULT '0' NOT NULL,
|
||||
username varchar(30) NOT NULL,
|
||||
|
Reference in New Issue
Block a user