Skip to content

Commit

Permalink
increase database version
Browse files Browse the repository at this point in the history
  • Loading branch information
dtsuzuku-ibm committed Jan 15, 2024
1 parent 2182f47 commit d499d34
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class DatabaseMetadataEntity(id: EntityID<Int>) : IntEntity(id) {
class DatabaseService {

companion object {
const val DB_VERSION = 3
const val DB_VERSION = 4
const val DB_FILENAME = "kls_database.db"
}

Expand Down

0 comments on commit d499d34

Please sign in to comment.