Skip to content

Commit

Permalink
NativeValueIndex (values.dbx) stores the org.exist.xquery.Type intege…
Browse files Browse the repository at this point in the history
…r value, so we have to bump the storage format version
  • Loading branch information
adamretter committed May 12, 2020
1 parent e29ebc7 commit 4c2eb67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public class NativeValueIndex implements ContentLoadingObserver {
private final static Logger LOG = LogManager.getLogger(NativeValueIndex.class);

public static final String FILE_NAME = "values.dbx";
public static final short FILE_FORMAT_VERSION_ID = 14;
public static final short FILE_FORMAT_VERSION_ID = 15;
public static final String FILE_KEY_IN_CONFIG = "db-connection.values";

private static final double DEFAULT_VALUE_CACHE_GROWTH = 1.25;
Expand Down

0 comments on commit 4c2eb67

Please sign in to comment.