mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
git-svn-id: file:///svn/phpbb/trunk@7826 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -178,8 +178,8 @@ CREATE TABLE [phpbb_banlist] (
|
||||
[ban_start] [int] DEFAULT (0) NOT NULL ,
|
||||
[ban_end] [int] DEFAULT (0) NOT NULL ,
|
||||
[ban_exclude] [int] DEFAULT (0) NOT NULL ,
|
||||
[ban_reason] [varchar] (3000) DEFAULT ('') NOT NULL ,
|
||||
[ban_give_reason] [varchar] (3000) DEFAULT ('') NOT NULL
|
||||
[ban_reason] [varchar] (255) DEFAULT ('') NOT NULL ,
|
||||
[ban_give_reason] [varchar] (255) DEFAULT ('') NOT NULL
|
||||
) ON [PRIMARY]
|
||||
GO
|
||||
|
||||
|
Reference in New Issue
Block a user