mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 02:27:34 -07:00
r367
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:
parent
866b15b5d0
commit
ff904d8ddb
17 changed files with 43 additions and 41 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue