diff options
author | Fabio Papa <fabtheman@gmail.com> | 2019-06-28 09:22:10 -0700 |
---|---|---|
committer | Fabio Papa <fabtheman@gmail.com> | 2019-07-19 11:55:47 -0700 |
commit | ec802d6434230cdbdb487ef6febe6205886035f9 (patch) | |
tree | 55374d99b893a4d7bc9a2c368b8cd0eaac9d863c /db | |
parent | cf9a22f62f54cc916fc0a4031e7f1c53b5e2e306 (diff) | |
download | gitlab-ce-ec802d6434230cdbdb487ef6febe6205886035f9.tar.gz |
Update schema
Diffstat (limited to 'db')
-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 a5079d3a5bc..0f5770e4eb1 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -2119,6 +2119,7 @@ ActiveRecord::Schema.define(version: 2019_07_15_114644) do t.string "ldap_sync_status", default: "ready", null: false t.boolean "membership_lock", default: false t.integer "last_ci_minutes_usage_notification_level" + 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 |