Skip to content

Commit

Permalink
Merge pull request #80 from hawkli-1994/develop
Browse files Browse the repository at this point in the history
fix  not SQL obj
  • Loading branch information
klen committed Aug 27, 2018
2 parents 970bbd6 + 087deb4 commit c003b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion peewee_migrate/template.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Some examples (model - class or model name)::

import datetime as dt
import peewee as pw

SQL = pw.SQL
try:
import playhouse.postgres_ext as pw_pext
except ImportError:
Expand Down

0 comments on commit c003b38

Please sign in to comment.