File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
shared/src/main/kotlin/org/javacs/kt Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ private const val MAX_PATH_LENGTH = 255
16
16
17
17
private object ClassPathMetadataCache : IntIdTable() {
18
18
val includesSources = bool(" includessources" )
19
- val buildFileVersion = long(" buidlfileversion " ).nullable()
19
+ val buildFileVersion = long(" buildfileversion " ).nullable()
20
20
}
21
21
22
22
private object ClassPathCacheEntry : IntIdTable() {
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ class DatabaseMetadataEntity(id: EntityID<Int>) : IntEntity(id) {
26
26
class DatabaseService {
27
27
28
28
companion object {
29
- const val LATEST_VERSION = 2
29
+ const val LATEST_VERSION = 3
30
30
const val DB_FILENAME = " kls_database.db"
31
31
}
32
32
You can’t perform that action at this time.
0 commit comments