aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/db/schemas/postgres_schema.sql
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/db/schemas/postgres_schema.sql')
-rw-r--r--phpBB/db/schemas/postgres_schema.sql6
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/db/schemas/postgres_schema.sql b/phpBB/db/schemas/postgres_schema.sql
index f6abb73266..952767a3a2 100644
--- a/phpBB/db/schemas/postgres_schema.sql
+++ b/phpBB/db/schemas/postgres_schema.sql
@@ -467,9 +467,9 @@ CREATE TABLE phpbb_users (
user_emailtime int4,
user_viewemail int2,
user_attachsig int2,
- user_allowhtml int2,
- user_allowbbcode int2,
- user_allowsmile int2,
+ user_allowhtml int2 DEFAULT '1',
+ user_allowbbcode int2 DEFAULT '1',
+ user_allowsmile int2 DEFAULT '1',
user_allow_pm int2 DEFAULT '1' NOT NULL,
user_allowavatar int2 DEFAULT '1' NOT NULL,
user_allow_viewonline int2 DEFAULT '1' NOT NULL,