summaryrefslogtreecommitdiff
path: root/db/schema.rb
diff options
context:
space:
mode:
authorNick Thomas <nick@gitlab.com>2017-05-02 10:17:48 +0100
committerNick Thomas <nick@gitlab.com>2017-05-03 15:27:45 +0100
commit1a168dc7a587182dc6bd39f543198ada21f87437 (patch)
treead6d36154bd5a7403e4a0e43e9bc6285198de6c5 /db/schema.rb
parent6201f4c2b59748f14c4899af7077aee1cf751f04 (diff)
downloadgitlab-ce-1a168dc7a587182dc6bd39f543198ada21f87437.tar.gz
Fix caching large snippet HTML content on MySQL databases
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 be6684f3a6b..01c0f00c924 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: 20170426181740) do
+ActiveRecord::Schema.define(version: 20170502091007) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"