aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/schemas/sqlite_schema.sql
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/install/schemas/sqlite_schema.sql')
-rw-r--r--phpBB/install/schemas/sqlite_schema.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/schemas/sqlite_schema.sql b/phpBB/install/schemas/sqlite_schema.sql
index 6c20a82ea0..a78186fb64 100644
--- a/phpBB/install/schemas/sqlite_schema.sql
+++ b/phpBB/install/schemas/sqlite_schema.sql
@@ -425,7 +425,7 @@ CREATE TABLE phpbb_posts (
topic_id mediumint(8) NOT NULL DEFAULT '0',
forum_id smallint(5) NOT NULL DEFAULT '0',
poster_id mediumint(8) NOT NULL DEFAULT '0',
- icon_id tinyint(4) NOT NULL DEFAULT '1',
+ icon_id tinyint(4) NOT NULL DEFAULT '0',
poster_ip varchar(40) NOT NULL,
post_time int(11) NOT NULL DEFAULT '0',
post_approved tinyint(1) NOT NULL DEFAULT '1',