mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-22 04:44:26 +01:00
Enable the creation dates back again
This commit is contained in:
parent
e63b33c6ba
commit
4e4d9e74f4
@ -223,7 +223,7 @@ impl Index {
|
||||
let documents = env.create_database(&mut wtxn, Some(DOCUMENTS))?;
|
||||
wtxn.commit()?;
|
||||
|
||||
// Index::set_creation_dates(&env, main, created_at, updated_at)?;
|
||||
Index::set_creation_dates(&env, main, created_at, updated_at)?;
|
||||
|
||||
Ok(Index {
|
||||
env,
|
||||
|
Loading…
Reference in New Issue
Block a user