1
0
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:
Paul S. Owen
2001-08-10 13:58:20 +00:00
parent 3e197abb06
commit 38444b8f10
2 changed files with 2 additions and 2 deletions

View File

@@ -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,