From 4e4d9e74f412788fec97859c9f22c9429483fb8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Renault?= Date: Thu, 10 Oct 2024 13:41:48 +0200 Subject: [PATCH] Enable the creation dates back again --- milli/src/index.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/milli/src/index.rs b/milli/src/index.rs index 7b5d87849..c47896df7 100644 --- a/milli/src/index.rs +++ b/milli/src/index.rs @@ -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,