Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Provaznik <jprovaznik@gitlab.com>2018-05-27 23:02:47 +0300
committerJan Provaznik <jprovaznik@gitlab.com>2018-06-05 21:37:01 +0300
commitfc916b068199f2624c5b9cfeb0389760448910ff (patch)
tree08a3c4d3cedbdf02cec6e247def0598243ea2c54 /db/schema.rb
parent538110740acc1768315af097ef74213a6d8953d2 (diff)
Migrate jobs in object_storage_upload queue
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 b7d7cd89c14..f6fb1c92f8d 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: 20180531220618) do
+ActiveRecord::Schema.define(version: 20180603190921) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"