Skip to content

Commit

Permalink
feat(dashpay): support upgrades over Dash Wallet for database and wal…
Browse files Browse the repository at this point in the history
…let (#1282)

* fix: handle database migration from Dash Wallet
  • Loading branch information
HashEngineering authored May 14, 2024
1 parent 17e6983 commit 441ad25
Show file tree
Hide file tree
Showing 10 changed files with 894 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ open class DatabaseMigrationTest {
private val migrations = arrayOf(
AppDatabaseMigrations.migration11To12,
AppDatabaseMigrations.migration12To17,
AppDatabaseMigrations.migration17To18
AppDatabaseMigrations.migration17To18,
AppDatabaseMigrations.migration18To19
)

@Rule
Expand Down
Loading

0 comments on commit 441ad25

Please sign in to comment.