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
1616
1717private object ClassPathMetadataCache : IntIdTable() {
1818 val includesSources = bool(" includessources" )
19- val buildFileVersion = long(" buidlfileversion " ).nullable()
19+ val buildFileVersion = long(" buildfileversion " ).nullable()
2020}
2121
2222private object ClassPathCacheEntry : IntIdTable() {
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ class DatabaseMetadataEntity(id: EntityID<Int>) : IntEntity(id) {
2626class DatabaseService {
2727
2828 companion object {
29- const val LATEST_VERSION = 2
29+ const val LATEST_VERSION = 3
3030 const val DB_FILENAME = " kls_database.db"
3131 }
3232
You can’t perform that action at this time.
0 commit comments