Polish "Add support for configuring Liquibase tag property"

See gh-19316
This commit is contained in:
Stephane Nicoll 2020-02-17 09:53:59 +01:00
parent 407e237f10
commit 4bcf4245d1
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/*
* Copyright 2012-2019 the original author or authors.
* Copyright 2012-2020 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -116,7 +116,9 @@ public class LiquibaseProperties {
private boolean testRollbackOnUpdate;
/**
* Name of the tag.
* Tag name to use when applying database changes. Can also be used with
* "rollbackFile" to generate a rollback script for all existing changes associated
* with that tag.
*/
private String tag;