Polish "Add support for configuring Liquibase tag property"

See gh-19316
pull/20210/head
Stephane Nicoll 5 years ago
parent 407e237f10
commit 4bcf4245d1

@ -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.

@ -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;

Loading…
Cancel
Save