aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/schemas/postgres_schema.sql
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/install/schemas/postgres_schema.sql')
-rw-r--r--phpBB/install/schemas/postgres_schema.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/schemas/postgres_schema.sql b/phpBB/install/schemas/postgres_schema.sql
index 9eb0f49323..7c00b86203 100644
--- a/phpBB/install/schemas/postgres_schema.sql
+++ b/phpBB/install/schemas/postgres_schema.sql
@@ -554,7 +554,7 @@ CREATE TABLE phpbb_posts (
topic_id INT4 DEFAULT '0' NOT NULL,
forum_id INT2 DEFAULT '0' NOT NULL,
poster_id INT4 DEFAULT '0' NOT NULL,
- icon_id INT2 DEFAULT '1' NOT NULL,
+ icon_id INT2 DEFAULT '0' NOT NULL,
poster_ip varchar(40) NOT NULL,
post_time INT4 DEFAULT '0' NOT NULL,
post_approved INT2 DEFAULT '1' NOT NULL,