summaryrefslogtreecommitdiff
path: root/db/schema.rb
diff options
context:
space:
mode:
authorMatija Čupić <matteeyah@gmail.com>2019-06-06 20:49:04 +0200
committerMatija Čupić <matteeyah@gmail.com>2019-06-17 21:53:09 +0200
commit7ac3723be04ba08cb476ba628cb5c1573ca832c9 (patch)
treea7fe9269e339e4ddd46b196e31a6774ae2675df7 /db/schema.rb
parent68a1ba6a296f340fcddf58e5fbd26d51d66bd90b (diff)
downloadgitlab-ce-7ac3723be04ba08cb476ba628cb5c1573ca832c9.tar.gz
Backports CE changes from https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14011/
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/schema.rb b/db/schema.rb
index fcf9e397ac1..1b4e50ffd6e 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -193,6 +193,7 @@ ActiveRecord::Schema.define(version: 20190530154715) do
t.integer "elasticsearch_replicas", default: 1, null: false
t.text "encrypted_lets_encrypt_private_key"
t.text "encrypted_lets_encrypt_private_key_iv"
+ t.string "required_instance_ci_template"
t.boolean "dns_rebinding_protection_enabled", default: true, null: false
t.index ["usage_stats_set_by_user_id"], name: "index_application_settings_on_usage_stats_set_by_user_id", using: :btree
end