Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
i-oden committed Dec 5, 2024
1 parent e4a7feb commit ada80e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ All have the password: `password`

If you modify the database models (e.g. tables or indexes), you must create a migration for the changes. We use `Alembic` (via `flask-migrate`) which compares our database models with the running database to generate a suggested migration.

For instructions on how to do this, see [the README in the migrations directory](./migrations/README).
For instructions on how to do this, see [the README in the migrations directory](./migrations/README.md).

## Run tests

Expand Down

0 comments on commit ada80e4

Please sign in to comment.