Skip to content

Commit d8f1e57

Browse files
committed
Bump database version to 2
1 parent 7e7bdd4 commit d8f1e57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/src/main/kotlin/org/javacs/kt/database/DatabaseService.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class DatabaseMetadataEntity(id: EntityID<Int>) : IntEntity(id) {
2626
class DatabaseService {
2727

2828
companion object {
29-
const val LATEST_VERSION = 1
29+
const val LATEST_VERSION = 2
3030
const val DB_FILENAME = "kls_database.db"
3131
}
3232

0 commit comments

Comments
 (0)