fixed typo in index_name
This commit is contained in:
@@ -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
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user