mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
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:
@@ -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),
|
||||
|
Reference in New Issue
Block a user