From 6c0d1926625718ae65ce9eb3cefea19aaebdbca4 Mon Sep 17 00:00:00 2001 From: Jan Eitzinger Date: Tue, 21 Feb 2023 18:04:37 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ae4594b..5c80bb0 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ Every cc-backend version supports a specific database version. On startup the version of the sqlite database is validated and cc-backend will terminate if the version does not match. cc-backend supports to migrate the database schema up to the required version using the `--migrate-db` command line option. In case the database file does not yet exist it is created and initialized by the `--migrate-db` command line option. -In case you want to use a newer database version with an olden version of cc-backend you can downgrade a database using the external [migrate](https://github.com/golang-migrate/migrate) tool. +In case you want to use a newer database version with an older version of cc-backend you can downgrade a database using the external [migrate](https://github.com/golang-migrate/migrate) tool. In this case you have to provide the path to the migration files in a recent source tree: `./internal/repository/migrations/`. ## Development