aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/db/schemas/oracle_schema.sql
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/db/schemas/oracle_schema.sql')
-rw-r--r--phpBB/db/schemas/oracle_schema.sql6
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/db/schemas/oracle_schema.sql b/phpBB/db/schemas/oracle_schema.sql
index 99c10e0c37..8f68aab9ca 100644
--- a/phpBB/db/schemas/oracle_schema.sql
+++ b/phpBB/db/schemas/oracle_schema.sql
@@ -454,9 +454,9 @@ CREATE TABLE phpbb_users (
user_posts number(4) DEFAULT '0' NOT NULL,
user_viewemail number(4),
user_attachsig number(4),
- user_allowhtml number(4),
- user_allowbbcode number(4),
- user_allowsmile number(4),
+ user_allowhtml number(4) DEFAULT '1',
+ user_allowbbcode number(4) DEFAULT '1',
+ user_allowsmile number(4) DEFAULT '1',
user_allow_pm number(4) DEFAULT '1' NOT NULL,
user_allowavatar number(4) DEFAULT '1' NOT NULL,
user_allow_viewonline number(4) DEFAULT '1' NOT NULL,