Migrations should downgrade to an specific revision using the following
command on the console: migrate uninstall APP_NAME 3
which should set your DB as it was on version 3 of APP_NAME
Migrations also need to enable database modification by using
modifyDatabase() or removeColumn(), addColumn(). This comes a bit difficult
when working with SQLite but a full-backup and filtered-restoring can be
performed to provide this functionality.
Original issue reported on code.google.com by bermifer...@gmail.com on 11 Nov 2006 at 7:57
Original issue reported on code.google.com by
bermifer...@gmail.com
on 11 Nov 2006 at 7:57