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:
authorRobert Speicher <rspeicher@gmail.com>2019-04-02 15:56:40 +0300
committerRobert Speicher <rspeicher@gmail.com>2019-04-02 15:56:40 +0300
commit4b9dbec33ce446362d617f481b35628890763bd7 (patch)
tree9dceae8f3b1a4526c5a20ad23fa0df1874cab90c /db/schema.rb
parent784b1756020ba564b45cb539a538f79c138f92dd (diff)
parent69b65a6b745e74bba290787420a0017395fd7c25 (diff)
Merge branch 'jarv/dev-to-gitlab-2019-04-02' into 'master'
Jarv/dev to gitlab 2019 04 02 Closes #2810 See merge request gitlab-org/gitlab-ce!26846
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 1ca7be9c2af..b20fe4b3d39 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -1753,6 +1753,7 @@ ActiveRecord::Schema.define(version: 20190325165127) do
t.bigint "pool_repository_id"
t.string "runners_token_encrypted"
t.string "bfg_object_map"
+ t.boolean "detected_repository_languages"
t.index ["ci_id"], name: "index_projects_on_ci_id", using: :btree
t.index ["created_at"], name: "index_projects_on_created_at", using: :btree
t.index ["creator_id"], name: "index_projects_on_creator_id", using: :btree