Skip to content

Commit 4bcf424

Browse files
committed
Polish "Add support for configuring Liquibase tag property"
See gh-19316
1 parent 407e237 commit 4bcf424

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/liquibase/LiquibaseAutoConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2019 the original author or authors.
2+
* Copyright 2012-2020 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/liquibase/LiquibaseProperties.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,9 @@ public class LiquibaseProperties {
116116
private boolean testRollbackOnUpdate;
117117

118118
/**
119-
* Name of the tag.
119+
* Tag name to use when applying database changes. Can also be used with
120+
* "rollbackFile" to generate a rollback script for all existing changes associated
121+
* with that tag.
120122
*/
121123
private String tag;
122124

0 commit comments

Comments
 (0)