Skip to content

Set `creator_id` as NULL on projects where the creator has already been deleted

We need to run a migration to set creator_id: nil for Projects where the creator has already been deleted. This relationship was missing dependant: nullify clause on it, and hence we never nullified this column when the User, who was a Project creator was destroyed.

See #378476 (closed)