Skip to content

Commit

Permalink
Merge pull request #381 from horizontalsystems/dbversion
Browse files Browse the repository at this point in the history
Increment database version to truncate database
  • Loading branch information
abdrasulov authored Jun 28, 2019
2 parents 6306b56 + de3a4f3 commit 3725db9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import android.arch.persistence.room.migration.Migration
import android.content.Context
import io.horizontalsystems.bitcoincore.models.*

@Database(version = 4, exportSchema = false, entities = [
@Database(version = 5, exportSchema = false, entities = [
BlockchainState::class,
PeerAddress::class,
BlockHash::class,
Expand Down

0 comments on commit 3725db9

Please sign in to comment.