feat: processes and process runs CRUD

This commit is contained in:
2026-03-01 22:04:24 +00:00
parent dbd40485ba
commit 21bbb169f9
14 changed files with 1095 additions and 0 deletions

View File

@@ -34,6 +34,8 @@ FK_FIELD_MAP = {
"release_id": None,
"note_id": "note",
"list_id": "list",
"process_id": "process",
"run_id": "process_run",
}
# Field name pattern -> static test value