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:
fly.dvorkin 2011-11-12 16:55:54 +00:00
commit e04c1fcf9f
7 changed files with 120 additions and 2 deletions

View file

@ -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`),