Skip to content

Commit

Permalink
Address review comments #425
Browse files Browse the repository at this point in the history
  • Loading branch information
joelvdavies committed Dec 6, 2024
1 parent 7b15661 commit b728441
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ ims-migrate status
or in Docker
```bash
docker exec -it inventory_management_system_api_container ims-migrate list
docker exec -it inventory_management_system_api_container ims-migrate status
```
Then to perform all outstanding migrations up to the latest one use
Expand Down
2 changes: 0 additions & 2 deletions inventory_management_system_api/migrations/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,6 @@ def load_migrations_backward_to(name: str) -> tuple[dict[str, BaseMigration], Op

available_migrations = find_available_migrations()

start_index = 0

previous_migration = get_previous_migration()
if previous_migration is not None:
try:
Expand Down

0 comments on commit b728441

Please sign in to comment.