summaryrefslogtreecommitdiff
path: root/db/schema.rb
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2017-12-05 12:03:35 +0100
committerKamil Trzcinski <ayufan@ayufan.eu>2017-12-05 12:03:35 +0100
commit92e8ad5247e2e2c8b6488327c9818e2d83f3a881 (patch)
tree68e7be1196b5f9157e74c380dbe87e816a73b121 /db/schema.rb
parente58ce2b72eec6b92986884ee80b974b83134b7f4 (diff)
downloadgitlab-ce-92e8ad5247e2e2c8b6488327c9818e2d83f3a881.tar.gz
Merge index during table creation
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 de84d861530..da3894c2076 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: 20171130145523) do
+ActiveRecord::Schema.define(version: 20171124150326) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"