db:check_schema is failing on master
Saw this in https://gitlab.com/gitlab-org/gitlab-ee/-/jobs/267708907
Wed Aug 7 12:43:19 UTC 2019
$ source scripts/schema_changed.sh
db/schema.rb after rake db:migrate:reset is different from one in the repositoryThe diff is as follows:
diff --git a/db/schema.rb b/db/schema.rb
index 0e6e0ce6..b3edf41a 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -231,7 +231,6 @@ 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"
Running after script...
$ date