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:
authorJames Lopez <james@gitlab.com>2017-04-04 19:27:23 +0300
committerJames Lopez <james@jameslopez.es>2017-04-05 17:11:51 +0300
commit189da6b4df2853adcbf66ea0004b23d6788cc3c3 (patch)
treed730fb059b3a77ee5c6e2f207147b9b51f910b99 /db/schema.rb
parent58371efbb0bd051d3a82f82acac98ad4692efeb4 (diff)
attempt to fix db failure
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 76f6a511561..0ab4a4eabef 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: 20170402231018) do
+ActiveRecord::Schema.define(version: 20170324110346) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"