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:
authorPhil Hughes <me@iamphill.com>2017-06-05 13:42:33 +0300
committerPhil Hughes <me@iamphill.com>2017-06-05 13:42:33 +0300
commitc34107608ecc5c36e80a748eb4c9b88d2b1157cf (patch)
treeb1a67e41a2b6740f2a7d6c2759a872fcdd87b23a /db/schema.rb
parent65581fad5e26fdf2612c098a7fbc48a53aae5e28 (diff)
parentb2d577a7a293ac6c82a8bc64f5b134558460df5b (diff)
Merge branch 'fix-realtime-edited-text-for-issues-9-3' into 'master'
Port fix-realtime-edited-text-for-issues 9-2-stable fix to master. See merge request !11478
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 7966c732080..0496ce2ced3 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -1471,8 +1471,8 @@ ActiveRecord::Schema.define(version: 20170525174156) do
t.string "token"
t.boolean "pipeline_events", default: false, null: false
t.boolean "confidential_issues_events", default: false, null: false
- t.boolean "job_events", default: false, null: false
t.boolean "repository_update_events", default: false, null: false
+ t.boolean "job_events", default: false, null: false
end
add_index "web_hooks", ["project_id"], name: "index_web_hooks_on_project_id", using: :btree