summaryrefslogtreecommitdiff
path: root/db/schema.rb
diff options
context:
space:
mode:
authorAndreas Brandl <abrandl@gitlab.com>2018-05-21 20:16:46 +0200
committerAndreas Brandl <abrandl@gitlab.com>2018-05-22 15:43:17 +0200
commitd8d30f8cb88d5ce2431d84e3acb015bbe33548a7 (patch)
tree615fbb0672607367c4ac429ad678a113ada99664 /db/schema.rb
parentff5f3560928124de3c081feb8914d77f635c05c2 (diff)
downloadgitlab-ce-d8d30f8cb88d5ce2431d84e3acb015bbe33548a7.tar.gz
Increase text limit for GPG keys (mysql only).ab-46530-mediumtext-for-gpg-keys
Closes #46530.
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 c2e97f93160..37d336b9928 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: 20180517082340) do
+ActiveRecord::Schema.define(version: 20180521171529) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"