You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/docs/antora/modules/ROOT/pages/runtime.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,7 @@ Assume a default Flyway setup with migrations located in `classpath:db/migration
117
117
With that in place we will customize the Flyway setup as follows:
118
118
119
119
- The root migration folder will be changed to `db/migration/__root`. For that, the default version tracking table will be used.
120
-
- Additional migrations for `db/migration/${moduleIdentifier}` will be registered with a tracking table of `flyway_schema_history_${moduleIdentifier}`.
120
+
- Additional migrations for `db/migration/$moduleIdentifier` will be registered with a tracking table of `flyway_schema_history_$moduleIdentifier`.
121
121
These migrations are also set up to a baseline version of 0 and set up to baseline on migrate.
122
122
- Migration locations ending in a wildcard will not be customized.
0 commit comments