diff options
Diffstat (limited to 'phpBB/db/postgres_schema.sql')
-rw-r--r-- | phpBB/db/postgres_schema.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/db/postgres_schema.sql b/phpBB/db/postgres_schema.sql index 248acd6e7d..e9502a743a 100644 --- a/phpBB/db/postgres_schema.sql +++ b/phpBB/db/postgres_schema.sql @@ -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, |