Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added tag attribute to update report parameters DAT-15640 #5167

Merged
merged 12 commits into from
Nov 16, 2023
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
public class UpdateReportParameters implements UpdateRollbackReportParameters {
private String changelogArgValue;
private String jdbcUrl;
private String tag;
private String commandTitle = "Update";
private final DatabaseInfo databaseInfo = new DatabaseInfo();
private final RuntimeInfo runtimeInfo = new RuntimeInfo();
Expand Down