OSDN Git Service

implement update(to 0.9.10)
authorgn64_jp <gn64_jp@4e526526-5e11-4fc0-8910-f8fd03428081>
Thu, 2 Dec 2010 07:38:14 +0000 (07:38 +0000)
committergn64_jp <gn64_jp@4e526526-5e11-4fc0-8910-f8fd03428081>
Thu, 2 Dec 2010 07:38:14 +0000 (07:38 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/rec10@766 4e526526-5e11-4fc0-8910-f8fd03428081

rec10/trunk/src/dbMySQL.py

index fa81398..623a396 100644 (file)
@@ -1190,7 +1190,7 @@ class DB_MySQL:
         db[1].execute("\
         UPDATE timeline INNER JOIN epg_ch ON timeline.chtxt=epg_ch.chtxt SET timeline.chtxt=CONCAT(CONCAT(epg_ch.ch,'_'),epg_ch.csch)")
         db[1].execute("\
-        ALTER TABLE epg_ch DEL ontv")
+        ALTER TABLE epg_ch DROP ontv")
         db[1].execute("\
         ALTER TABLE in_auto_jbk_key ADD auto TINYINT DEFAULT 0")
         db[1].execute("\