diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-02-12 14:43:02 -0800 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-02-12 14:43:02 -0800 |
commit | 2be3a012ff6b6feaf422996ba125821022e72a00 (patch) | |
tree | 8ddaf64215f1b86238b540336c88ddf22495c015 /db | |
parent | d899bc914f07ce47b5962563467790c25ba52c89 (diff) | |
parent | d9f84f68675f4f2f637585754565f40564574e3c (diff) | |
download | gitlab-ce-2be3a012ff6b6feaf422996ba125821022e72a00.tar.gz |
Merge branch 'master' of github.com:gitlabhq/gitlabhq
Diffstat (limited to 'db')
-rw-r--r-- | db/schema.rb | 2 |
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 |