[mythtv-commits] Ticket #199: multiple favorite channel groups

MythTV mythtv at cvs.mythtv.org
Mon Jan 14 02:39:08 UTC 2008


#199: multiple favorite channel groups
-------------------------+--------------------------------------------------
 Reporter:  xris         |        Owner:  stuartm
     Type:  enhancement  |       Status:  started
 Priority:  minor        |    Milestone:  unknown
Component:  mythtv       |      Version:  head   
 Severity:  medium       |   Resolution:         
  Mlocked:  0            |  
-------------------------+--------------------------------------------------

Comment(by Bill <level42 at sympatico.ca>):

 Sorry got the table creation instructions wrong, should be:

 CREATE TABLE IF NOT EXISTS channelgroup (id int(10) unsigned NOT NULL
 auto_increment,
 chanid int(11) unsigned NOT NULL default '0', grpid int(11) NOT NULL
 default '1', PRIMARY KEY  (`id`));

 CREATE TABLE IF NOT EXISTS channelgroupnames (grpid int(10) unsigned NOT
 NULL auto_increment,name varchar(64) NOT NULL default ,PRIMARY KEY
 (grpid));

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/199#comment:27>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list