Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mtreacy002 committed Jul 7, 2021
1 parent d3da596 commit 21ec10c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,13 +220,12 @@ flask db stamp head

#### If you have run migration before and have just pulled the latest update from upstream that includes newer version/s of migration script.

Steps:
1. Confirm you have the same version number as the second last one on the repo (if there're multiple versions). To do this, run the below commmand
Confirm you have the same version number as the second last one on the repo (if there're multiple versions). To do this, run the below commmand
```
flask db history // to check the list of version history on the repo
flask db current // to check your latest version on the local db
```
if you're missing other updates listed beside the latest version, run the below command **IN SEQUENTIAL ORDER** one command at a time from the first update you've missed. If you are up to date and only need to update to the latest version, you don't need to specify the `missing version number`.
If you're missing other updates listed beside the latest version, run the below command **IN SEQUENTIAL ORDER** one command at a time from the first update you've missed. If you are up to date and only need to update to the latest version, you don't need to specify the `missing version number`.

```
flask db upgrade <missing version number>
Expand Down

0 comments on commit 21ec10c

Please sign in to comment.