summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Papa <fabtheman@gmail.com>2019-06-28 09:22:10 -0700
committerFabio Papa <fabtheman@gmail.com>2019-06-28 09:22:10 -0700
commite1d0a30b57ea8c225e719670a6a89f48e413ce9d (patch)
treede82a4101a4975302c194f9a4800c1b7f37785ee
parent9caf32698110f9c3b7a861db86b994ddab8308a7 (diff)
downloadgitlab-ce-e1d0a30b57ea8c225e719670a6a89f48e413ce9d.tar.gz
Update schema
-rw-r--r--db/schema.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 4ed7c0cb248..29367551efb 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -10,7 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.
-ActiveRecord::Schema.define(version: 20190611161641) do
+ActiveRecord::Schema.define(version: 20190626175626) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
@@ -1442,6 +1442,7 @@ ActiveRecord::Schema.define(version: 20190611161641) do
t.integer "project_creation_level"
t.boolean "auto_devops_enabled"
t.datetime_with_timezone "last_ci_minutes_notification_at"
+ t.integer "subgroup_creation_level", default: 0, null: false
t.index ["created_at"], name: "index_namespaces_on_created_at", using: :btree
t.index ["name", "parent_id"], name: "index_namespaces_on_name_and_parent_id", unique: true, using: :btree
t.index ["name"], name: "index_namespaces_on_name_trigram", using: :gin, opclasses: {"name"=>"gin_trgm_ops"}