Changes
Page history
Update home
authored
Nov 08, 2024
by
Lars Florian Meiendresch
Show whitespace changes
Inline
Side-by-side
home.md
View page @
3c290eac
...
...
@@ -275,7 +275,7 @@ To generate a new migration script for version `0.0.1`, execute:
````
cd src
alembic revision --autogenerate -m v0.0.1
py -m
alembic revision --autogenerate -m v0.0.1
````
To apply all pending migrations and update your database to the latest schema, execute the following steps:
...
...
...
...