forgot to check in the new schema when I did bbcode.

git-svn-id: file:///svn/phpbb/trunk@131 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
natec 2001-03-22 23:38:33 +00:00
parent 2e21a25c01
commit db594b3df2

View file

@ -144,6 +144,7 @@ CREATE TABLE phpbb_posts (
poster_id int(10) DEFAULT '0' NOT NULL,
post_time int(10) DEFAULT '0' NOT NULL,
poster_ip int(10) DEFAULT '0' NOT NULL,
bbcode_uid varchar(10) DEFAULT '' NOT NULL,
PRIMARY KEY (post_id),
KEY forum_id (forum_id),
KEY topic_id (topic_id),