summaryrefslogtreecommitdiff
path: root/db/schema.rb
diff options
context:
space:
mode:
authorAlejandro Rodríguez <alejorro70@gmail.com>2016-06-14 12:27:33 -0400
committerAlejandro Rodríguez <alejorro70@gmail.com>2016-06-14 12:32:51 -0400
commit98c5e6295b201eeaa760d104f9b43e237f1dbd49 (patch)
tree9769f7903dabe8b5f8745ced9eb9f1bcf6d7fee4 /db/schema.rb
parentc6cc7680e7da89c145b7e2075266791a3f594eec (diff)
downloadgitlab-ce-shards-test.tar.gz
Refactor repository paths handling to allow multiple git mount pointsshards-test
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 5fe39c5e59c..cd3ae15ab7f 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -779,6 +779,7 @@ ActiveRecord::Schema.define(version: 20160610301627) do
t.boolean "last_repository_check_failed"
t.datetime "last_repository_check_at"
t.boolean "container_registry_enabled"
+ t.string "repository_storage"
t.boolean "only_allow_merge_if_build_succeeds", default: false, null: false
t.boolean "has_external_issue_tracker"
end