ALTER TABLE `bb_forums` CHANGE `allow_dl_topic` `allow_porno_topic` TINYINT( 1 ) NOT NULL DEFAULT '0'; UPDATE `bb_forums` SET `allow_porno_topic` = '0'; выбор порно форумов в админке git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@367 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
nanosimbiot 2012-02-10 11:16:20 +00:00
commit ff904d8ddb
17 changed files with 43 additions and 41 deletions

View file

@ -834,7 +834,7 @@ CREATE TABLE `bb_forums` (
`auth_attachments` tinyint(2) NOT NULL default '0',
`auth_download` tinyint(2) NOT NULL default '0',
`allow_reg_tracker` tinyint(1) NOT NULL default '0',
`allow_dl_topic` tinyint(1) NOT NULL default '0',
`allow_porno_topic` tinyint(1) NOT NULL default '0',
`self_moderated` tinyint(1) NOT NULL default '0',
`forum_parent` smallint(5) unsigned NOT NULL default '0',
`show_on_index` tinyint(1) NOT NULL default '1',