diff options
author | Fabio Papa <fabtheman@gmail.com> | 2019-06-28 09:22:10 -0700 |
---|---|---|
committer | Fabio Papa <fabtheman@gmail.com> | 2019-07-02 11:36:03 -0700 |
commit | 8547d6d2b4840bca951d708b3f949f665b2760e5 (patch) | |
tree | a32a2dc7ce517ebf1e6c26623628e8dba97f094f | |
parent | 770e3de7d613d2c87c33bbc993ca5cec1eda4635 (diff) | |
download | gitlab-ce-8547d6d2b4840bca951d708b3f949f665b2760e5.tar.gz |
Update schema
-rw-r--r-- | db/schema.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/db/schema.rb b/db/schema.rb index 7948f919c57..2c6f577c784 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -2112,6 +2112,7 @@ ActiveRecord::Schema.define(version: 20190628145246) do t.integer "extra_shared_runners_minutes_limit" t.string "ldap_sync_status", default: "ready", null: false t.boolean "membership_lock", default: false + t.integer "subgroup_creation_level", default: 0, null: false t.index ["created_at"], name: "index_namespaces_on_created_at", using: :btree t.index ["custom_project_templates_group_id", "type"], name: "index_namespaces_on_custom_project_templates_group_id_and_type", where: "(custom_project_templates_group_id IS NOT NULL)", using: :btree t.index ["file_template_project_id"], name: "index_namespaces_on_file_template_project_id", using: :btree |