tortoise/aerich

sql migrations in new version of aerich

ivictor777 opened this issue · 1 comments

Could you add support for old .sql migrations for backwards compatibility?
I have a problem with migrations in relation to this and I can't run migrations from an old version of aerich.

Solved the problem like this (maybe someone will need a solution):
I did manual migrations by running sql queries directly.
And further, as it is written in the documentation:
drop aerich table.
delete migrations/{app} directory.
rerun aerich init-db.