klen / peewee_migrate

Simple migration engine for Peewee

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug report: invalid VOID parameters

alteralt opened this issue · comments

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):

  • peewee-migrate 1.6.2

Fixed