Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
coleifer committed Feb 7, 2014
2 parents 6c70632 + f6f9f2e commit bac0788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion peewee.py
Original file line number Diff line number Diff line change
Expand Up @@ -1340,7 +1340,7 @@ def _create_index(self, model_class, fields, unique, *extra):
SQL(statement),
Entity(index),
SQL('ON'),
Entity(tbl_name),
model_class._as_entity(),
EnclosedClause(*[field._as_entity() for field in fields]),
*extra)
create_index = return_parsed_node('_create_index')
Expand Down

0 comments on commit bac0788

Please sign in to comment.