mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-20 21:33:54 -07:00
r486
Черновики. ALTER TABLE `bb_topics` ADD COLUMN `is_draft` TINYINT(1) UNSIGNED NOT NULL DEFAULT '0' AFTER `topic_show_first_post`; git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@486 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
parent
0f8ae52264
commit
7ffc9c882d
13 changed files with 229 additions and 211 deletions
|
@ -1331,6 +1331,7 @@ CREATE TABLE IF NOT EXISTS `bb_topics` (
|
|||
`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',
|
||||
`is_draft` 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