Skip to content

Commit

Permalink
Fix typo in scannerpath schema creation
Browse files Browse the repository at this point in the history
  • Loading branch information
Beirdo committed Jul 9, 2012
1 parent dea4880 commit cb152cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythtv/dbcheck.cpp
Expand Up @@ -2259,7 +2259,7 @@ NULL
" `hostname` VARCHAR(64) NOT NULL DEFAULT 'localhost',"
" `storagegroup` VARCHAR(32) NOT NULL DEFAULT 'Default',"
" `filename` VARCHAR(255) NOT NULL DEFAULT '',"
" PRIMARY KEY (`fileid`),"
" PRIMARY KEY (`fileid`)"
") ENGINE=MyISAM DEFAULT CHARSET=utf8;",
"CREATE TABLE videopart ("
" `fileid` BIGINT(20) UNSIGNED NOT NULL,"
Expand Down

0 comments on commit cb152cb

Please sign in to comment.