1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

A minor change to the default icon_id, so that there is no icon if someone directly inserts into the db without specifying one

git-svn-id: file:///svn/phpbb/trunk@5892 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Graham Eames
2006-05-06 21:00:08 +00:00
parent 6d3a8bd107
commit 75db599274
7 changed files with 7 additions and 7 deletions

View File

@@ -827,7 +827,7 @@ CREATE TABLE phpbb_posts (
topic_id number(8) DEFAULT '0' NOT NULL,
forum_id number(5) DEFAULT '0' NOT NULL,
poster_id number(8) DEFAULT '0' NOT NULL,
icon_id number(4) DEFAULT '1' NOT NULL,
icon_id number(4) DEFAULT '0' NOT NULL,
poster_ip varchar2(40),
post_time number(11) DEFAULT '0' NOT NULL,
post_approved number(1) DEFAULT '1' NOT NULL,