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

MythTV mythtv at cvs.mythtv.org
Tue Jan 15 11:30:18 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 jmwislez):

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

 the latter should read:

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

 with an empty string as default value for name.

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


More information about the mythtv-commits mailing list