Skip to content

Commit

Permalink
Increment column version for new Origin column
Browse files Browse the repository at this point in the history
  • Loading branch information
CoreyD97 committed Jan 17, 2022
1 parent cb130cb commit 5d4e802
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public enum Protocol {HTTP, HTTPS}
"\"filter\":{\"filter\":\"Request.Complete == False\"},\"filterString\":\"Request.Complete == False\",\"backgroundColor\":{\"value\":-16777216,\"falpha\":0.0}," +
"\"foregroundColor\":{\"value\":-65536,\"falpha\":0.0},\"enabled\":true,\"modified\":false,\"shouldRetest\":true,\"priority\":1}}";

public static final int CURRENT_COLUMN_VERSION = 6;
public static final int CURRENT_COLUMN_VERSION = 7;
private static int colOrder = 0;
public static final String DEFAULT_LOG_TABLE_COLUMNS_JSON = new StringBuilder().append("[")
.append("{'id':" + NUMBER + ",'name':'Number','defaultVisibleName':'#','visibleName':'#','preferredWidth':65,'readonly':true,'order':" + colOrder++ + ",'visible':true,'description':'" + StringEscapeUtils.escapeJson(NUMBER.getDescription()) + "'},")
Expand Down

0 comments on commit 5d4e802

Please sign in to comment.