feat: processes and process runs CRUD
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user