rabin 7 years ago
parent
commit
a005233d70
1 changed files with 1 additions and 1 deletions
  1. 1 1
      demeter/model.py

+ 1 - 1
demeter/model.py

@@ -544,7 +544,7 @@ class Sql(object):
 
 			if val.comment:
 				if self.type == 'mysql':
-					fields.append(u'COMMENT \'' + val.comment + '\'')
+					fields.append('COMMENT \'' + val.comment + '\'')
 				else:
 					comment[key] = val.comment