From 5541bb3bb579cb7828a44a0f30d2a2293d3c9df5 Mon Sep 17 00:00:00 2001 From: BlackYps <52536103+BlackYps@users.noreply.github.com> Date: Wed, 10 Sep 2025 12:46:21 +0200 Subject: [PATCH] Update outdated command in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0fdb87fc4..46477925c 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Where you have to replace `root` and `banana` with your custom credentials. (If You can now check the current version via running: - select version from schema_version order by installed_rank desc limit 1 + select version from flyway_schema_history order by installed_rank desc limit 1 ### Updating the database First you need to pull the faf-stack repo and checkout the branch with the db version you want. Now you can migrate to the latest version using: