diff options
author | Mayra Cabrera <mcabrera@gitlab.com> | 2019-07-24 17:59:39 +0000 |
---|---|---|
committer | Mayra Cabrera <mcabrera@gitlab.com> | 2019-07-24 17:59:39 +0000 |
commit | f73d65197bfa3f608350f6f96e1445a7060d90e5 (patch) | |
tree | 6c990281fa88e7d7691f06dda8f523892460394c /db/schema.rb | |
parent | 6a5d2df3ee53df8d7df84a46c408e4c1fa341f0b (diff) | |
parent | e5bdcfbc9b1007332fdaa1d37ce1fac47325850d (diff) | |
download | gitlab-ce-f73d65197bfa3f608350f6f96e1445a7060d90e5.tar.gz |
Merge branch '44496-outbound_requests_whitelist' into 'master'
Add Outbound requests whitelist for local networks
See merge request gitlab-org/gitlab-ce!30350
Diffstat (limited to 'db/schema.rb')
-rw-r--r-- | db/schema.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/db/schema.rb b/db/schema.rb index f42a4c600ea..7a25d6cf769 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -228,6 +228,7 @@ ActiveRecord::Schema.define(version: 2019_07_15_114644) do t.boolean "lock_memberships_to_ldap", default: false, null: false t.boolean "time_tracking_limit_to_hours", default: false, null: false t.string "grafana_url", default: "/-/grafana", null: false + t.string "outbound_local_requests_whitelist", limit: 255, array: true t.index ["custom_project_templates_group_id"], name: "index_application_settings_on_custom_project_templates_group_id" t.index ["file_template_project_id"], name: "index_application_settings_on_file_template_project_id" t.index ["usage_stats_set_by_user_id"], name: "index_application_settings_on_usage_stats_set_by_user_id" |