mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 02:27:34 -07:00
r308
ALTER TABLE bb_topics ADD `topic_show_first_post` tinyint(1) unsigned NOT NULL default '0'; Закрепление первого поста git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@308 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
parent
01bb9013cd
commit
e04c1fcf9f
7 changed files with 120 additions and 2 deletions
|
@ -1270,6 +1270,7 @@ CREATE TABLE `bb_topics` (
|
|||
`topic_reported` tinyint(1) NOT NULL default '0',
|
||||
`topic_dl_type` tinyint(1) NOT NULL default '0',
|
||||
`topic_last_post_time` int(11) NOT NULL default '0',
|
||||
`topic_show_first_post` tinyint(1) unsigned NOT NULL default '0',
|
||||
PRIMARY KEY (`topic_id`),
|
||||
KEY `forum_id` (`forum_id`),
|
||||
KEY `topic_last_post_id` (`topic_last_post_id`),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue