Enable the creation dates back again

This commit is contained in:
Clément Renault 2024-10-10 13:41:48 +02:00
parent e63b33c6ba
commit 4e4d9e74f4
No known key found for this signature in database
GPG Key ID: F250A4C4E3AE5F5F

View File

@ -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,