Skip to content

Commit

Permalink
Merge pull request monero-project#150 from stoffu/aeon-db45
Browse files Browse the repository at this point in the history
db_lmdb: invoke migration from 4 to 5
  • Loading branch information
aeonix authored Sep 24, 2019
2 parents fdf6f50 + 544b781 commit 782a9f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/blockchain_db/lmdb/db_lmdb.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4713,6 +4713,8 @@ void BlockchainLMDB::migrate(const uint32_t oldversion)
migrate_2_3();
if (oldversion < 4)
migrate_3_4();
if (oldversion < 5)
migrate_4_5();
}

} // namespace cryptonote

0 comments on commit 782a9f6

Please sign in to comment.