Hi there!

Tried the upgrade again and its giving me the same error over and over:
Error at the line 7: ALTER TABLE channel CONVERT TO CHARACTER SET utf8;

Query: ALTER TABLE channel CONVERT TO CHARACTER SET utf8;

MySQL: Table 'tubedb.channel' doesn't exist

It seems like the command (in the file install/sql/upgrade_2.6_to_2.7.sql):

line 65: ALTER TABLE `channel` RENAME TO `channels`;

is done before the command in the first lines:
line 7: ALTER TABLE channel CONVERT TO CHARACTER SET utf8;

so the name of the table is changed to channels before the line 7.. have no idea why.

any idea why?