mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-12 19:02:12 +00:00
docs: add Deprecated to value_status_count
despite that the "value_status_count" is not rendered/used yet,
it'd be better to keep it in sync with the code.
since 5fd30578d7 added
"Deprecated" to `value_status` enum, let's update the sphinx
extension accordingly.
Signed-off-by: Kefu Chai <kefu.chai@scylladb.com>
Closes scylladb/scylladb#16236
This commit is contained in:
@@ -76,7 +76,8 @@ class DBConfigParser:
|
||||
"value_status_count": {
|
||||
'Used': 0,
|
||||
'Unused': 0,
|
||||
'Invalid': 0
|
||||
'Invalid': 0,
|
||||
'Deprecated': 0,
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user