Skip to content

Commit

Permalink
Polish "Add support for configuring Liquibase tag property"
Browse files Browse the repository at this point in the history
  • Loading branch information
snicoll committed Feb 17, 2020
1 parent 407e237 commit 4bcf424
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
@@ -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.
Expand Down
Expand Up @@ -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;

Expand Down

0 comments on commit 4bcf424

Please sign in to comment.