summaryrefslogtreecommitdiff
path: root/db/schema.rb
diff options
context:
space:
mode:
authorKamil TrzciƄski <ayufan@ayufan.eu>2017-06-21 15:52:55 +0000
committerkushalpandya <kushal@gitlab.com>2017-06-21 22:01:30 +0530
commit49da5a20746d6da9b2cc3139d885fb6fe1a0a3c8 (patch)
tree7c54e36c491dafff41017f19f353258d031d9399 /db/schema.rb
parent88567c3569b17a8cb3fa7922ebb343e8b8e74c04 (diff)
downloadgitlab-ce-49da5a20746d6da9b2cc3139d885fb6fe1a0a3c8.tar.gz
Merge branch 'fix/gb/improve-build-stage-reference-migration' into 'master'
Improve build stages reference migration Closes #33866 See merge request !12337
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 d5c12cead72..6c7971a847e 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: 20170619144837) do
+ActiveRecord::Schema.define(version: 20170621102400) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"