Index::Index -> Index::Basic
parent
3307a82294
commit
375f3bdf69
|
@ -99,7 +99,7 @@ def batch()
|
|||
fn = ->(storage : DODB::Storage(Car),
|
||||
current_db_size : Int32,
|
||||
name : String,
|
||||
search_name : DODB::Index::Index(Car),
|
||||
search_name : DODB::Index::Basic(Car),
|
||||
search_color : DODB::Index::Partition(Car),
|
||||
search_keywords : DODB::Index::Tags(Car)) {
|
||||
|
||||
|
|
Loading…
Reference in New Issue