Ticket #8525: 8525-truncate-tables.diff

File 8525-truncate-tables.diff, 664 bytes (added by Nick Morrott <knowledgejunkie (at) gmail (dot) com>, 16 years ago)
  • mythtv/libs/libmythtv/sourceutil.cpp

     
    423423            query.exec("TRUNCATE TABLE inputgroup") &&
    424424            query.exec("TRUNCATE TABLE diseqc_config") &&
    425425            query.exec("TRUNCATE TABLE diseqc_tree") &&
     426            query.exec("TRUNCATE TABLE eit_cache") &&
     427            query.exec("TRUNCATE TABLE channelgroup") &&
     428            query.exec("TRUNCATE TABLE channelgroupnames") &&
    426429            query.exec("TRUNCATE TABLE cardinput"));
    427430}