Fix index type

This commit is contained in:
Ryan Green
2024-10-25 14:30:30 -02:30
parent 460378cdf9
commit 6b64fd1ab6

View File

@@ -120,6 +120,8 @@ pub enum IndexType {
LabelList,
// FTS
FTS,
#[serde(alias = "LABEL_LIST")]
Inverted,
}
impl std::fmt::Display for IndexType {