Skip to content

Commit

Permalink
corrected typos
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian committed Jun 28, 2023
1 parent c6bdce6 commit e6643a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ This will apply the migrations in your database
If you need to create a new migration you can use

```
alembic revision -m "migation name"
alembic revision -m "migration name"
```

this will generate a file with a identifier and the name you picked.
Expand All @@ -160,7 +160,7 @@ Inside the script you need to configure both operations, upgrade and downgrade.
Another option is to use

```
alembic revision --autogenerate -m "migation name"
alembic revision --autogenerate -m "migration name"
```

This will attempt to auto-detect the changes made to schema.core.py and complete the upgrade and downgrade automatically.
Expand Down

0 comments on commit e6643a5

Please sign in to comment.