klen / peewee_migrate

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

pw_migrate rollback: ... Ignored in case of non-empty name #229

Open dmwyatt opened 10 months ago

dmwyatt commented 10 months ago

The help for the count option to the rollback command says "Number of last migrations to be rolled back. Ignored in case of non-empty name".

What "name" is it referring to? It doesn't look like there's a name option or a way to specify the name of the migration to roll back to?