Skip to content

Commit 1650092

Browse files
committed
Polish "Revise "Use Liquibase for test-only migrations" section"
See gh-48169
1 parent 7bc6ebc commit 1650092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/docs/antora/modules/how-to/pages/data-initialization.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ This file will not be packaged in your uber jar or your container.
210210
If you want to create Liquibase migrations which populate your test database, you can leverage https://docs.liquibase.com/reference-guide/changelog-attributes/what-are-contexts[Liquibase contexts].
211211
See also the related https://www.liquibase.com/blog/contexts-vs-labels[blog post].
212212

213-
In practical terms, this translates into adding attribute `context:@test` to changesets containing test data, for example:
213+
In practical terms, this translates into adding a `context:@test` attribute to changesets containing test data, for example:
214214

215215
[source,sql]
216216
----

0 commit comments

Comments
 (0)