Ticket #1919: dbcheck.diff

File dbcheck.diff, 474 bytes (added by Colin Guthrie <mythtv@…>, 6 years ago)

Whoops dbcheck.cpp diff to be applied to both MythMusic and MFD after the other patches

  • dbcheck.cpp

     
    382382"    stop_time INT(10) UNSIGNED," 
    383383"    eq_preset VARCHAR(255)," 
    384384"    relative_volume TINYINT DEFAULT '0'," 
     385"    sample_rate INT(10) UNSIGNED DEFAULT '0'," 
     386"    bitrate INT(10) UNSIGNED DEFAULT '0'," 
    385387"    bpm SMALLINT(5) UNSIGNED," 
    386388"    INDEX idx_name(name)," 
    387389"    INDEX idx_mythdigest(mythdigest)"