import old data

This commit is contained in:
Priec
2026-07-29 17:02:32 +02:00
parent a74b370d9d
commit 6d64f70bfd
10 changed files with 501 additions and 3 deletions

View File

@@ -140,6 +140,7 @@ impl Hooks for App {
#[allow(unused_variables)]
fn register_tasks(tasks: &mut Tasks) {
tasks.register(tasks::import_catalog::ImportCatalog);
// tasks-inject (do not remove)
}
async fn truncate(ctx: &AppContext) -> Result<()> {