mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00: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:
parent
2e21a25c01
commit
db594b3df2
1 changed files with 1 additions and 0 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Reference in a new issue