summaryrefslogtreecommitdiff
path: root/db/schema.rb
diff options
context:
space:
mode:
authorFelipe Artur <felipefac@gmail.com>2019-02-14 11:48:20 -0200
committerFelipe Artur <felipefac@gmail.com>2019-02-14 11:48:20 -0200
commit37741c59a4daf1b0d6d9f7a6a51337e9d8effb66 (patch)
tree4a4bc367617a4ad4e106ddeffeecf1cb013ad5e4 /db/schema.rb
parent26f40aefb09b96538fa99f74d46542ad39bb1679 (diff)
downloadgitlab-ce-37741c59a4daf1b0d6d9f7a6a51337e9d8effb66.tar.gz
Split background migration for issues and merge requests
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 0fb31ce2ef2..4a347e7289b 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -10,7 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.
-ActiveRecord::Schema.define(version: 20190211131150) do
+ActiveRecord::Schema.define(version: 20190214112022) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"