aachurin/peewee_migrations

allow independent execution of migration scripts.

Closed this issue · 1 comments

I have a database which has tables already created. I want to skip the first migration, but not able to. If I run the 2nd migration, it still tries and fails while creating the table. Is there any way to skip the table creation part and only do the alter table commands?