Skip to content

Commit

Permalink
Include an update replacing 'none' with '' in 1308. If you've already…
Browse files Browse the repository at this point in the history
… updated to 1308 you might consider manually running UPDATE channel SET icon='' WHERE icon='none'; Refs #10610
  • Loading branch information
stuartm committed Oct 9, 2012
1 parent 563fc37 commit b187af8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mythtv/libs/libmythtv/dbcheck.cpp
Expand Up @@ -2282,6 +2282,7 @@ NULL

const char *updates[] = {
"ALTER TABLE channel MODIFY COLUMN icon varchar(255) NOT NULL DEFAULT '';",
"UPDATE channel SET icon='' WHERE icon='none';",
NULL
};
if (!performActualUpdate(&updates[0], "1308", dbver))
Expand Down

0 comments on commit b187af8

Please sign in to comment.