-
-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
I'm on version 5, I want to upgrade to version 8. The migration script for version 6 fails because the database was manually edited in-between. Trying to perform the same update yields Database was not fully updated. Use --force for migrate.
. Using --force
, version 7 and 8 scripts are applied but not version 6 again.
How can I apply version 6 again after an error?
I understand that this happens because the partial up
status is recorded along with version 6 even if it wasn't applied at all, effectively staying in version 5, but this isn't recorded anywhere. I would expect version 5 to be recorded along with partial up
and version 6 to be recorded when it has been successful, am I missing something in this library usage?
Metadata
Metadata
Assignees
Labels
No labels