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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-02-13 01:43:02 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-02-13 01:43:02 +0300
commit2be3a012ff6b6feaf422996ba125821022e72a00 (patch)
tree8ddaf64215f1b86238b540336c88ddf22495c015 /db/schema.rb
parentd899bc914f07ce47b5962563467790c25ba52c89 (diff)
parentd9f84f68675f4f2f637585754565f40564574e3c (diff)
Merge branch 'master' of github.com:gitlabhq/gitlabhq
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb
index c41a89af618..f33766a1fe8 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -336,9 +336,9 @@ ActiveRecord::Schema.define(version: 20150211174341) 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