summaryrefslogtreecommitdiff
path: root/db/schema.rb
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2019-04-24 16:51:48 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2019-05-02 17:55:28 +0300
commitee7d2c1b2f91a299179cbb0b36e1b870b6c36903 (patch)
treef17fdc4b532b4daf342d3e1efac8d4c3faae33a5 /db/schema.rb
parenta8347c22d0e33ab626ee4c3b4b9acffa69f7cf46 (diff)
downloadgitlab-ce-ee7d2c1b2f91a299179cbb0b36e1b870b6c36903.tar.gz
Remove unused projects.ci_id column27777-drop-projects-ci_id-column
And remove Gitlab::Ci::Trace#deprecated_path as it relies on ci_id Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 2e77bbb51e5..7887a87b748 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -1737,7 +1737,6 @@ ActiveRecord::Schema.define(version: 20190426180107) do
t.string "import_type"
t.string "import_source"
t.text "import_error"
- t.integer "ci_id"
t.boolean "shared_runners_enabled", default: true, null: false
t.string "runners_token"
t.string "build_coverage_regex"
@@ -1776,7 +1775,6 @@ ActiveRecord::Schema.define(version: 20190426180107) do
t.string "bfg_object_map"
t.boolean "detected_repository_languages"
t.string "external_authorization_classification_label"
- 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
t.index ["description"], name: "index_projects_on_description_trigram", using: :gin, opclasses: {"description"=>"gin_trgm_ops"}