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:
@@ -0,0 +1,6 @@
|
||||
CREATE TABLE duplicate_groups (
|
||||
group_id UUID PRIMARY KEY,
|
||||
detection_method TEXT NOT NULL DEFAULT 'exact_hash',
|
||||
status TEXT NOT NULL DEFAULT 'unresolved',
|
||||
candidates JSONB NOT NULL DEFAULT '[]'
|
||||
);
|
||||
Reference in New Issue
Block a user