Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix rocksdb migration #4645

Merged
merged 2 commits into from
Jun 18, 2024
Merged

Conversation

RickiNano
Copy link
Contributor

Database migrations are currently failing on RocksDb because the rep_weights table does not exist. This PR creates the table if it does not exist.
It also fixes the wrong log types in the same migration

@gr0vity-dev
Copy link
Contributor

This makes my local testsuite run fine again when using rocksdb!

@clemahieu clemahieu merged commit a9f5e96 into nanocurrency:develop Jun 18, 2024
25 of 28 checks passed
@qwahzi qwahzi added this to the V27 milestone Jun 19, 2024
@qwahzi qwahzi added the database Relates to lmdb or rocksdb label Jun 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
database Relates to lmdb or rocksdb
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants