mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-16 13:44:12 +02:00
git-svn-id: file:///svn/phpbb/trunk@7826 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -98,8 +98,8 @@ CREATE TABLE phpbb_banlist (
|
||||
ban_start int(11) UNSIGNED DEFAULT '0' NOT NULL,
|
||||
ban_end int(11) UNSIGNED DEFAULT '0' NOT NULL,
|
||||
ban_exclude tinyint(1) UNSIGNED DEFAULT '0' NOT NULL,
|
||||
ban_reason text NOT NULL,
|
||||
ban_give_reason text NOT NULL,
|
||||
ban_reason varchar(255) DEFAULT '' NOT NULL,
|
||||
ban_give_reason varchar(255) DEFAULT '' NOT NULL,
|
||||
PRIMARY KEY (ban_id),
|
||||
KEY ban_end (ban_end),
|
||||
KEY ban_user (ban_userid, ban_exclude),
|
||||
|
Reference in New Issue
Block a user