From cd2925a45a2e09c6c70e6da485e9b07e810a7e29 Mon Sep 17 00:00:00 2001 From: Pramoth Suwanpech Date: Sun, 21 Dec 2025 14:37:01 +0700 Subject: [PATCH] Fix a typo in the runtime docs Signed-off-by: Pramoth Suwanpech --- src/docs/antora/modules/ROOT/pages/runtime.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/antora/modules/ROOT/pages/runtime.adoc b/src/docs/antora/modules/ROOT/pages/runtime.adoc index 6dbbb71e..e718108e 100644 --- a/src/docs/antora/modules/ROOT/pages/runtime.adoc +++ b/src/docs/antora/modules/ROOT/pages/runtime.adoc @@ -121,6 +121,6 @@ With that in place we will customize the Flyway setup as follows: These migrations are also set up to a baseline version of 0 and set up to baseline on migrate. - Migration locations ending in a wildcard will not be customized. -Note, that he version numbers used in migration scripts are now effectively scoped to the application module and should not use global ordering. +Note, that the version numbers used in migration scripts are now effectively scoped to the application module and should not use global ordering. By selecting which folder to place the migration files in, you can differentiate migrations always to be run from ones that will only get executed for the corresponding module. The application module test integration will only execute the default migration and the ones for modules included in the test run.