We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0672abe commit 6d9f69aCopy full SHA for 6d9f69a
README.md
@@ -25,7 +25,7 @@ Where you have to replace `root` and `banana` with your custom credentials. (If
25
26
You can now check the current version via running:
27
28
- 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
29
30
### Updating the database
31
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:
0 commit comments