Skip to content
This repository was archived by the owner on Apr 14, 2022. It is now read-only.

Bump database version #1746

Merged
merged 1 commit into from
Nov 4, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Caching/Impl/ModuleDatabase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public ModuleDatabase(IServiceContainer services) {
}

public string CacheFolderBaseName => "analysis.v";
public int DatabaseFormatVersion => 2;
public int DatabaseFormatVersion => 3;
public string CacheFolder { get; }

/// <summary>
Expand Down