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:
authorRobert Speicher <robert@gitlab.com>2018-03-05 20:19:31 +0300
committerRobert Speicher <robert@gitlab.com>2018-03-05 20:19:31 +0300
commit49f72d06654bd7bdea259154e1092a53aab57acc (patch)
tree96af0835f605721b0393044c887f1ae6e79d3a3a /db/schema.rb
parent2acb2fb3481d59e20ff4eae438b021bdb5837b4b (diff)
parent0b7d10851456018328da137beeca931767b4fd0a (diff)
Merge branch 'jprovazn-count-cleanup' into 'master'
Cleanup after adding MR diff's commit_count Closes #41698 See merge request gitlab-org/gitlab-ce!17513
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 db8bafe9677..4937fbd3df1 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: 20180301084653) do
+ActiveRecord::Schema.define(version: 20180304204842) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"