If I run (migrate) and an *up file has a syntax error, any further attempt to apply migrations up/down
results in this log msg:
"Migration reserved by another instance. Ignoring"
At
that point it seems the only way forward is to delete the database, fix
the syntax error, and start over. Is there a better way?