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
path: root/db
diff options
context:
space:
mode:
authorJeroen van Baarsen <jeroenvanbaarsen@gmail.com>2015-02-12 13:26:09 +0300
committerJeroen van Baarsen <jeroenvanbaarsen@gmail.com>2015-02-12 13:26:09 +0300
commitd9f84f68675f4f2f637585754565f40564574e3c (patch)
tree0eee2d7ca31dffc073b2622b01e3757b0e212033 /db
parentb92a6f7c2417b06e97169d8b2dbd1d58ea51b7e5 (diff)
parent0ef495734d6f011b39afdb887f44e14045c351ba (diff)
Merge pull request #8445 from jvanbaarsen/project-spec-speed-up
requests/api/project_spec.rb speed up
Diffstat (limited to 'db')
-rw-r--r--db/schema.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 8b6142a80a0..0ac54517ed0 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -336,9 +336,9 @@ ActiveRecord::Schema.define(version: 20150209222013) do
t.string "import_status"
t.float "repository_size", default: 0.0
t.integer "star_count", default: 0, null: false
+ t.string "avatar"
t.string "import_type"
t.string "import_source"
- t.string "avatar"
end
add_index "projects", ["created_at", "id"], name: "index_projects_on_created_at_and_id", using: :btree