added options chart enrichment

This commit is contained in:
2026-01-08 11:35:25 +01:00
parent 1720716144
commit ea128f6187
4 changed files with 820 additions and 2 deletions

View File

@@ -15,5 +15,6 @@ pub mod update;
pub mod update_companies;
pub mod update_companies_cleanse;
pub mod update_companies_enrich;
pub mod update_companies_enrich_options_chart;
pub use update::run_full_update;