gitlab-org--gitlab-foss/changelogs/unreleased/sh-fix-issue-43871-system-hooks.yml
Stan Hu 2d1ceca077 Don't error out in system hook if user has nil datetime columns
Deleting a user would fail in the system hooks if the user had
`nil` column in `datetime` or `updated_at` fields.

Closes #43871
2018-03-05 13:38:46 -08:00

5 lines
112 B
YAML

---
title: Don't error out in system hook if user has `nil` datetime columns
merge_request:
author:
type: fixed