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
path: root/lib
diff options
context:
space:
mode:
authorYorick Peterse <yorickpeterse@gmail.com>2017-11-06 16:46:27 +0300
committerYorick Peterse <yorickpeterse@gmail.com>2017-11-09 20:00:30 +0300
commitd825c9cb5d89d18685a196789b477df83998fed2 (patch)
treee352e2f79663000d7ce9dded847ac9894ce9fa19 /lib
parent618cf6c672016451a7941b417a81edfa7a323a30 (diff)
Clean up schema of the "issues" table
This adds various foreign key constraints, indexes, missing NOT NULL constraints, and changes some column types from timestamp to timestamptz. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/31811
Diffstat (limited to 'lib')
-rw-r--r--lib/gitlab/hook_data/issue_builder.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/gitlab/hook_data/issue_builder.rb b/lib/gitlab/hook_data/issue_builder.rb
index de9cab80a02..196f2b6b34c 100644
--- a/lib/gitlab/hook_data/issue_builder.rb
+++ b/lib/gitlab/hook_data/issue_builder.rb
@@ -4,7 +4,6 @@ module Gitlab
SAFE_HOOK_ATTRIBUTES = %i[
assignee_id
author_id
- branch_name
closed_at
confidential
created_at