Add `author_id` column to `vulnerability_state_transitions` table
Why are we doing this work
In order to capture the requirement mentioned in #365058 (comment 1025542385) we need to add author_id
column to vulnerability_state_transitions
table
Implementation plan
- Create a database migration to add
author_id
column referencingusers
table (make sure to follow Adding foreign-key constraints)