Fix index type

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

View File

@@ -120,7 +120,7 @@ pub enum IndexType {
LabelList,
// FTS
FTS,
#[serde(alias = "LABEL_LIST")]
#[serde(alias = "INVERTED")]
Inverted,
}