OSDN Git Service

classify : fix DB.
authorgn64_jp <gn64@rec10.org>
Wed, 13 Nov 2013 04:32:53 +0000 (13:32 +0900)
committergn64_jp <gn64@rec10.org>
Wed, 13 Nov 2013 04:32:53 +0000 (13:32 +0900)
rec10/dbMySQL.py

index b40da12..3e4f4ae 100644 (file)
@@ -1245,7 +1245,7 @@ vim         ")
             frompath VARCHAR(1024),\
             topath VARCHAR(1024),\
             do BOOLEAN,\
             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)):
             )')
         except Exception, inst:
             if not ((type(inst)==MySQLdb.ProgrammingError and inst[0]==1007)or(type(inst)==MySQLdb.OperationalError and inst[0]==1050)):