Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2018-03-06 00:37:37 +0300
committerStan Hu <stanhu@gmail.com>2018-03-06 00:38:46 +0300
commit2d1ceca077a1624a4bdc6aa26ab8a5113a5f6394 (patch)
treee21b0fcb85052959a673114b0691f5f7233854fc /changelogs
parent8a0052c037f025b64159ca8cfe0d3451261c1edb (diff)
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
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/sh-fix-issue-43871-system-hooks.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/sh-fix-issue-43871-system-hooks.yml b/changelogs/unreleased/sh-fix-issue-43871-system-hooks.yml
new file mode 100644
index 00000000000..7c7ef39cb75
--- /dev/null
+++ b/changelogs/unreleased/sh-fix-issue-43871-system-hooks.yml
@@ -0,0 +1,5 @@
+---
+title: Don't error out in system hook if user has `nil` datetime columns
+merge_request:
+author:
+type: fixed