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/db
diff options
context:
space:
mode:
authorRoger Meier <r.meier@siemens.com>2019-06-25 22:15:26 +0300
committerRoger Meier <r.meier@siemens.com>2019-06-25 22:45:55 +0300
commitf52101f20a2499c2c2e997e108482f63b1911ba2 (patch)
treec888412893a85e6e6b482ec368a1a75c9a3cae78 /db
parent946ffc67b711b39512a789213779d2736fcc0049 (diff)
refactor(db): remove Sentry from application settings
Diffstat (limited to 'db')
-rw-r--r--db/post_migrate/20190625184066_remove_sentry_from_application_settings.rb (renamed from db/post_migrate/remove_sentry_from_application_settings.rb)0
-rw-r--r--db/schema.rb6
2 files changed, 1 insertions, 5 deletions
diff --git a/db/post_migrate/remove_sentry_from_application_settings.rb b/db/post_migrate/20190625184066_remove_sentry_from_application_settings.rb
index c9fee63ad23..c9fee63ad23 100644
--- a/db/post_migrate/remove_sentry_from_application_settings.rb
+++ b/db/post_migrate/20190625184066_remove_sentry_from_application_settings.rb
diff --git a/db/schema.rb b/db/schema.rb
index a94e5142627..75f72c3b447 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -10,7 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.
-ActiveRecord::Schema.define(version: 20190620112608) do
+ActiveRecord::Schema.define(version: 20190625184066) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
@@ -93,8 +93,6 @@ ActiveRecord::Schema.define(version: 20190620112608) do
t.boolean "akismet_enabled", default: false
t.string "akismet_api_key"
t.integer "metrics_sample_interval", default: 15
- t.boolean "sentry_enabled", default: false
- t.string "sentry_dsn"
t.boolean "email_author_in_body", default: false
t.integer "default_group_visibility"
t.boolean "repository_checks_enabled", default: false
@@ -135,8 +133,6 @@ ActiveRecord::Schema.define(version: 20190620112608) do
t.string "uuid"
t.decimal "polling_interval_multiplier", default: "1.0", null: false
t.integer "cached_markdown_version"
- t.boolean "clientside_sentry_enabled", default: false, null: false
- t.string "clientside_sentry_dsn"
t.boolean "prometheus_metrics_enabled", default: true, null: false
t.boolean "help_page_hide_commercial_content", default: false
t.string "help_page_support_url"