OSDN Git Service

classify : fix DB.
[rec10/rec10-git.git] / rec10 / dbMySQL.py
index b40da12..3e4f4ae 100644 (file)
@@ -1245,7 +1245,7 @@ vim         ")
             frompath VARCHAR(1024),\
             topath VARCHAR(1024),\
             do BOOLEAN,\
-            UNIQUE key (title),\
+            UNIQUE key (title)\
             )')
         except Exception, inst:
             if not ((type(inst)==MySQLdb.ProgrammingError and inst[0]==1007)or(type(inst)==MySQLdb.OperationalError and inst[0]==1050)):