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:
authorValery Sizov <valery@gitlab.com>2015-07-21 14:01:13 +0300
committerValery Sizov <valery@gitlab.com>2015-07-21 14:01:13 +0300
commitf474f5d48ff7ca1184c09bb1cc265fd37602a232 (patch)
tree1d98a3aed493df52da7afd41b42e660d4cb66a9c /db/schema.rb
parent37037b70b83c493d2fa4a9315964028e193d0b58 (diff)
parente8a6495b6687f37680d371d942f5700f9db0956c (diff)
Merge branch 'ce_stabe_updates' into '7-13-stable'
Updates for 7.13 stable (RC4) See merge request !1012
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb
index d6c34a77ee6..a63c2d05821 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -11,7 +11,7 @@
#
# It's strongly recommended that you check this file into your version control system.
-ActiveRecord::Schema.define(version: 20150713160110) do
+ActiveRecord::Schema.define(version: 20150717130904) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
@@ -374,6 +374,7 @@ ActiveRecord::Schema.define(version: 20150713160110) do
t.integer "star_count", default: 0, null: false
t.string "import_type"
t.string "import_source"
+ t.integer "commit_count", default: 0
end
add_index "projects", ["created_at", "id"], name: "index_projects_on_created_at_and_id", using: :btree