Skip to content

Commit d499d34

Browse files
committed
increase database version
1 parent 2182f47 commit d499d34

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 DB_VERSION = 3
29+
const val DB_VERSION = 4
3030
const val DB_FILENAME = "kls_database.db"
3131
}
3232

0 commit comments

Comments
 (0)