klen / peewee_migrate

Simple migration engine for Peewee
MIT License
353 stars 86 forks source link

fix auto-source default #201

Closed rares-urdea closed 3 years ago

rares-urdea commented 3 years ago

Fixes issue with auto-source param likely caused by click guessing its type from the default value. If default is a bool, click will expect BOOLEAN and will not allow a string, which is what we need.

Changes is in this PR

cc/ @klen

klen commented 3 years ago

@rares-urdea Thank you!

rares-urdea commented 3 years ago

No problem, thanks for following up so quickly! 👍