summaryrefslogtreecommitdiff
path: root/db/schema.rb
diff options
context:
space:
mode:
authorValery Sizov <vsv2711@gmail.com>2015-07-19 22:49:21 +0300
committerValery Sizov <vsv2711@gmail.com>2015-07-19 22:49:21 +0300
commitebb6393d0eda26db10da85f0a57c3d707b4de558 (patch)
treed838339de1cc27cdc4fe6ccf7009f035475938f3 /db/schema.rb
parent55b4f31d9274ad113386eb9ea004d7b4f1073c14 (diff)
downloadgitlab-ce-update_for_stable.tar.gz
Revert "Merge branch 'cache-improvement' into '7-13-stable' "update_for_stable
This reverts commit 94c2516afc7ad8854844c05001f4a390d0bd8724, reversing changes made to ae44e5ec064aaa9f5063732dc7bb6ee751a80ce2.
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/db/schema.rb b/db/schema.rb
index a63c2d05821..d6c34a77ee6 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: 20150717130904) do
+ActiveRecord::Schema.define(version: 20150713160110) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
@@ -374,7 +374,6 @@ ActiveRecord::Schema.define(version: 20150717130904) 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