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
path: root/db
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-07-18 13:03:56 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-07-18 13:03:56 +0300
commita468c3a3179d7c7b84a0f7d1e6253238e40b9100 (patch)
treebf9debf79383801f81806346fbaea49fdd27d8b8 /db
parenta65f64dfe645da893e92a061fd86437a55726873 (diff)
Fix database schema version number
Diffstat (limited to 'db')
-rw-r--r--db/schema.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 44bc0109e66..623f22289ba 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: 20170711145558) do
+ActiveRecord::Schema.define(version: 20170710083355) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"