Open GoogleCodeExporter opened 9 years ago
All unapplied migrations?
How does the 'dry run' option from Issue #52 work for this? Would you like
something
else?
Original comment by geoffl...@gmail.com
on 5 Sep 2008 at 10:47
Original comment by geoffl...@gmail.com
on 5 Sep 2008 at 10:48
It might help too, although I had something a bit different on mind:
a generic unit test that migrates the db to the latest version (possible with
current
API), then goes through migrations 1 to (latest-1) and tries to migrate to that
and
back to latest, each time saving the db schema and doing an Assert on it being
the
same before and after migrating back and forth.
The issue I saw was that there was no way to find out the value of (latest-1).
Original comment by tom...@gmail.com
on 8 Sep 2008 at 1:14
Original issue reported on code.google.com by
tom...@gmail.com
on 2 Sep 2008 at 12:48