fixed typo in index_name

This commit is contained in:
mdipierro
2012-08-30 20:19:01 -05:00
parent 79e7d974ad
commit 017fd0dd14
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.0.3 (2012-08-30 20:07:31) stable
Version 2.0.3 (2012-08-30 20:18:58) stable
+1 -1
View File
@@ -2205,7 +2205,7 @@ class MySQLAdapter(BaseAdapter):
'list:string': 'LONGTEXT',
'list:reference': 'LONGTEXT',
'big-id': 'BIGINT AUTO_INCREMENT NOT NULL',
'big-reference': 'BIGINT, INDEX %(index_name`)s (%(field_name)s), FOREIGN KEY (%(field_name)s) REFERENCES %(foreign_key)s ON DELETE %(on_delete_action)s',
'big-reference': 'BIGINT, INDEX %(index_name)s (%(field_name)s), FOREIGN KEY (%(field_name)s) REFERENCES %(foreign_key)s ON DELETE %(on_delete_action)s',
}
def varquote(self,name):