Ignore creation dates

This commit is contained in:
Clément Renault 2024-10-02 23:36:51 +02:00
parent feede0fad2
commit 3f0fe54025
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))?; 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,