summaryrefslogtreecommitdiff
path: root/db/schema.rb
diff options
context:
space:
mode:
authorJan Provaznik <jprovaznik@gitlab.com>2018-03-06 15:20:20 +0100
committerJan Provaznik <jprovaznik@gitlab.com>2018-04-25 10:53:37 +0200
commit5bb421ecbbfdf4658c8e3bfb05dc86a84c7e4725 (patch)
tree4ce30ce0d5ea50b5ece218f8b5126ceb980345aa /db/schema.rb
parente6f6f8e7a3af3cd577075d1ac9ce287867c3e429 (diff)
downloadgitlab-ce-5bb421ecbbfdf4658c8e3bfb05dc86a84c7e4725.tar.gz
Cleanup after adding MR diff's commit_count (try 2)
* processes any pending records which are not migrated yet * bumps import_export version because of new commits_count attribute * removes commits_count fallback method
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 dc4607d0876..5853b428430 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: 20180418053107) do
+ActiveRecord::Schema.define(version: 20180425131009) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"