Fix validation of unique_process_run_slug constraint in the Django admin
Closes #1537 (closed)
I updated an existing migration instead of creating one that would drop and re-create the unique constraint, because the constraint does not change at all in the database: both process
and process_id
translate to the same thing in the database, the process_id
column.