Missed changes from last commit. Sorry bout that.

--HG--
branch : trunk
This commit is contained in:
p0wer
2010-02-23 21:18:09 -06:00
parent 98b72c5299
commit ee40f67b6f
2 changed files with 2 additions and 0 deletions

View File

@@ -301,6 +301,7 @@ CREATE TABLE `channels` (
`m_team` int(10) unsigned NOT NULL,
`m_announce` tinyint(1) unsigned NOT NULL default '0',
`m_moderate` tinyint(1) unsigned NOT NULL default '0',
`m_public` tinyint(1) unsigned NOT NULL default '1',
`m_password` text,
`BannedList` longtext,
PRIMARY KEY (`m_name`(10),`m_team`)