summaryrefslogtreecommitdiff
path: root/db/schema.rb
diff options
context:
space:
mode:
authorAlex Buijs <abuijs@gitlab.com>2019-08-02 10:10:44 +0200
committerAlex Buijs <abuijs@gitlab.com>2019-08-07 12:19:57 +0200
commita98493eddd82d052e26bb95008816cd1c9688161 (patch)
tree2e3d6f575f0c1dad75aff319e1b4a953d27c743f /db/schema.rb
parent5edaf4e59937a961f24eb596d963678f8a332bd2 (diff)
downloadgitlab-ce-a98493eddd82d052e26bb95008816cd1c9688161.tar.gz
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 828e36aa96c..2fac2c01e00 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -195,7 +195,6 @@ ActiveRecord::Schema.define(version: 2019_08_02_235445) do
t.boolean "pseudonymizer_enabled", default: false, null: false
t.boolean "hide_third_party_offers", default: false, null: false
t.boolean "snowplow_enabled", default: false, null: false
- t.string "snowplow_collector_uri"
t.string "snowplow_site_id"
t.string "snowplow_cookie_domain"
t.boolean "instance_statistics_visibility_private", default: false, null: false
@@ -231,6 +230,7 @@ ActiveRecord::Schema.define(version: 2019_08_02_235445) do
t.integer "raw_blob_request_limit", default: 300, null: false
t.boolean "allow_local_requests_from_web_hooks_and_services", default: false, null: false
t.boolean "allow_local_requests_from_system_hooks", default: true, null: false
+ t.string "snowplow_collector_hostname"
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"