feat: add sidecar + processing migrations and postgres adapters

007_sidecar, 008_processing, 009_duplicate_groups migrations.
Tag, sidecar, job, batch, plugin, pipeline, duplicate repos.
This commit is contained in:
2026-05-31 11:04:13 +02:00
parent 3399e25441
commit 19be8c2adf
13 changed files with 1094 additions and 0 deletions

View File

@@ -10,4 +10,5 @@ uuid = { workspace = true }
chrono = { workspace = true }
anyhow = { workspace = true }
async-trait = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }