klen / peewee_migrate

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

Bug report: invalid VOID parameters #214

Closed alteralt closed 1 year ago

alteralt commented 1 year ago

Describe the bug If the migration file does not have the migrate and/or rollback function. Then lambda VOID is called. And the following error occurs image

To Reproduce Steps to reproduce the behavior:

  1. Create a migration file
  2. Remove the migrate function from there
  3. Try to perform the migration

Expected behavior I expected the migration to be executed

Desktop (please complete the following information):

alteralt commented 1 year ago

Fixed