Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
docs(readme): update migration readme
Browse files Browse the repository at this point in the history
  • Loading branch information
frgfm committed Mar 30, 2024
1 parent 718e258 commit 18b335d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/migrations/README
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Alembic allows you to record migration operation using DB operations. Let's crea
docker compose exec -T backend alembic revision --autogenerate
```

Once generated, you should edit the revision file in src/alembic/versions that was created. See example [here](https://github.com/jonra1993/fastapi-alembic-sqlmodel-async/blob/main/fastapi-alembic-sqlmodel-async/alembic/versions/2022-09-25-19-46_60d49bf413b8.py).
Once generated, you should edit the revision file in src/migrations/versions that was created. See example [here](https://github.com/jonra1993/fastapi-alembic-sqlmodel-async/blob/main/fastapi-alembic-sqlmodel-async/alembic/versions/2022-09-25-19-46_60d49bf413b8.py).

## Apply revisions

Expand Down

0 comments on commit 18b335d

Please sign in to comment.