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
diff options
context:
space:
mode:
authorPavel Shutsin <pshutsin@gitlab.com>2019-06-06 23:00:31 +0300
committerPavel Shutsin <pshutsin@gitlab.com>2019-06-13 20:29:23 +0300
commit7b1b66416b5287e5e5f928a276440d9b1e4badb5 (patch)
tree4c68e8f04a0e40b0bc36614318c5af1f4caba2ed /db/schema.rb
parent63e565153149eb740c08407649ea35a2ed4d128e (diff)
EE port: add app-wide LDAP membership lock field
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 392edf89430..7a9274e1e77 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -195,6 +195,7 @@ ActiveRecord::Schema.define(version: 20190611161641) do
t.text "encrypted_lets_encrypt_private_key_iv"
t.boolean "dns_rebinding_protection_enabled", default: true, null: false
t.boolean "default_project_deletion_protection", default: false, null: false
+ t.boolean "lock_memberships_to_ldap", default: false, null: false
t.index ["usage_stats_set_by_user_id"], name: "index_application_settings_on_usage_stats_set_by_user_id", using: :btree
end