From ada80e404e7ca2b3bc3f9858631626908f96b330 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ina=20Od=C3=A9n=20=C3=96sterbo?= Date: Thu, 5 Dec 2024 10:41:28 +0100 Subject: [PATCH] readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f235be69..a529e46ad 100644 --- a/README.md +++ b/README.md @@ -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