Skip to content

Commit 641b38a

Browse files
committed
Increment CURRENT_COLUMN_VERSION to account for PathQuery
1 parent c935344 commit 641b38a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/nccgroup/loggerplusplus/util/Globals.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public enum Protocol {HTTP, HTTPS}
8181
"\"filter\":{\"filter\":\"Request.Complete == False\"},\"filterString\":\"Request.Complete == False\",\"backgroundColor\":{\"value\":-16777216,\"falpha\":0.0}," +
8282
"\"foregroundColor\":{\"value\":-65536,\"falpha\":0.0},\"enabled\":true,\"modified\":false,\"shouldRetest\":true,\"priority\":1}}";
8383

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

0 commit comments

Comments
 (0)