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:
authorDouwe Maan <douwe@gitlab.com>2018-12-10 12:39:07 +0300
committerDouwe Maan <douwe@gitlab.com>2018-12-10 12:39:07 +0300
commit5a727a4d36674d02369f4ef8ed257ea9d17570e7 (patch)
tree29d2061b643bde9d3a8f5e448186bc191a10705d /db/schema.rb
parent853ba4b68a78e8cf39ae987d5e24af88b3d8a454 (diff)
parent4f6999fa26ea538084bf433dcc3a78cccafb3a54 (diff)
Merge branch 'osw-update-mr-metrics-with-events-data' into 'master'
Populate MR metrics with events table information (migration) Closes #41587 See merge request gitlab-org/gitlab-ce!23564
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 ff2dde3243c..e5e19eb7745 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -10,7 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.
-ActiveRecord::Schema.define(version: 20181203002526) do
+ActiveRecord::Schema.define(version: 20181204154019) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"