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 DBConfiguration description #3116

Merged
merged 1 commit into from
Sep 4, 2023
Merged

Fix DBConfiguration description #3116

merged 1 commit into from
Sep 4, 2023

Conversation

tatiana-nspcc
Copy link
Contributor

Problem

There are incorrect values for Type in the DBConfiguration struct description.
The problem is described in #2931

Solution

Add the correct supported types (Type) in the DBConfiguration struct.

Close #2931

The list of three supported types (`Type`) in the `DBConfiguration` struct
has been added.

Signed-off-by: Tatiana Nesterenko <[email protected]>
@tatiana-nspcc
Copy link
Contributor Author

I also reviewed the description of DBConfiguration in the documentation (docs/node-configuration.md), and it looks ok to me.

@codecov
Copy link

codecov bot commented Sep 3, 2023

Codecov Report

Merging #3116 (59f7242) into master (0d30c83) will increase coverage by 84.84%.
The diff coverage is n/a.

@@             Coverage Diff             @@
##           master    #3116       +/-   ##
===========================================
+ Coverage        0   84.84%   +84.84%     
===========================================
  Files           0      330      +330     
  Lines           0    44334    +44334     
===========================================
+ Hits            0    37617    +37617     
- Misses          0     5208     +5208     
- Partials        0     1509     +1509     

see 330 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@roman-khimov roman-khimov merged commit cb14322 into master Sep 4, 2023
14 of 18 checks passed
@roman-khimov roman-khimov deleted the 2931-DBconfig-docs branch September 4, 2023 05:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Actualize docs of DB config in code
2 participants