Modify ↓
Ticket #445 (closed defect: invalid)
unapply a migration
| Reported by: | danigm@… | Owned by: | andrew |
|---|---|---|---|
| Priority: | major | Milestone: | 0.7.1 |
| Component: | commands | Version: | 0.7 |
| Keywords: | Cc: |
Description
south doesn't permit to unapply a migration easyly. There is a command for migrate an application, but you can't unapply a migration.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

Actually, the migrate command also unapplies migration; as it says in the docs, just run migrate specifying the migration before the one you want to unapply:
http://south.aeracode.org/docs/commands.html#migrate