From db594b3df2b271d471069880b993355a9c878700 Mon Sep 17 00:00:00 2001 From: natec Date: Thu, 22 Mar 2001 23:38:33 +0000 Subject: [PATCH] forgot to check in the new schema when I did bbcode. git-svn-id: file:///svn/phpbb/trunk@131 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/db/mysql_schema.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/phpBB/db/mysql_schema.sql b/phpBB/db/mysql_schema.sql index 0edd5ac17d..b011dbdd24 100644 --- a/phpBB/db/mysql_schema.sql +++ b/phpBB/db/mysql_schema.sql @@ -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),