Skip to content

Commit

Permalink
Fixed table case for MySQL's case sensitive installations
Browse files Browse the repository at this point in the history
  • Loading branch information
chemelli committed Apr 16, 2011
1 parent eab0a12 commit f1855aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TvEngine3/TVLibrary/SetupTv/57_upgrade_mysql_database.sql
@@ -1,7 +1,7 @@
USE %TvLibrary%;

ALTER TABLE channel DROP COLUMN name;
ALTER TABLE channel DROP COLUMN freetoair;
ALTER TABLE Channel DROP COLUMN name;
ALTER TABLE Channel DROP COLUMN freetoair;


UPDATE Version SET versionNumber=57;

0 comments on commit f1855aa

Please sign in to comment.