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:
authorSean McGivern <sean@gitlab.com>2017-04-10 16:19:23 +0300
committerSean McGivern <sean@gitlab.com>2017-04-10 16:19:23 +0300
commit39d726afa533a4f271a900d9d3cf7a0f64ae8200 (patch)
tree506eb1c593b1daf96c82a48c7a714aa263f48114 /db
parentcfdda29540a30c633be07303f7524d5ee0a513a4 (diff)
Fix schema version
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 838b0a91366..83b279ce71c 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: 20170317203554) do
+ActiveRecord::Schema.define(version: 20170330141723) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"