mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 13:30:25 +02:00
User posts was not being set as 0 by DEFAULT
git-svn-id: file:///svn/phpbb/trunk@835 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -451,7 +451,7 @@ CREATE TABLE phpbb_users (
|
||||
user_aim varchar(255),
|
||||
user_yim varchar(255),
|
||||
user_msnm varchar(255),
|
||||
user_posts int4 DEFAULT '0',
|
||||
user_posts int4 DEFAULT '0' NOT NULL,
|
||||
user_viewemail int2,
|
||||
user_attachsig int2,
|
||||
user_allowhtml int2,
|
||||
|
Reference in New Issue
Block a user