mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-25 03:25:06 +08: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))?;
|
let documents = env.create_database(&mut wtxn, Some(DOCUMENTS))?;
|
||||||
wtxn.commit()?;
|
wtxn.commit()?;
|
||||||
|
|
||||||
// Index::set_creation_dates(&env, main, created_at, updated_at)?;
|
Index::set_creation_dates(&env, main, created_at, updated_at)?;
|
||||||
|
|
||||||
Ok(Index {
|
Ok(Index {
|
||||||
env,
|
env,
|
||||||
|
Loading…
Reference in New Issue
Block a user