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:
authorJames Lopez <james@jameslopez.es>2018-02-02 14:42:02 +0300
committerStan Hu <stanhu@gmail.com>2018-02-02 17:36:01 +0300
commit6ec39e32bf96a5cdbdbd0584244b2a5917a04fdc (patch)
tree9d9e1582afca2924b60e1d2f43d315bbcf6f8f97 /db
parent2b49416e2cd3eda403b2c8ec833a003180417013 (diff)
fix schema
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 01a2df13dd3..f72989ff391 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: 20180201145907) do
+ActiveRecord::Schema.define(version: 20180202111106) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"