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:
authorGabriel Mazetto <brodock@gmail.com>2019-03-01 10:20:52 +0300
committerGabriel Mazetto <brodock@gmail.com>2019-03-01 17:50:27 +0300
commit61d77a042da2ada48cdcd83f97923780aac407f4 (patch)
treeb10a1bdf7d2b578a13dce4c606c35ecc0399d57f /db/schema.rb
parentb91a005162515cfe398d90772ed66ecd92e17531 (diff)
Migrate sidekiq queue to the new :hashed_storage namespace
`project_migrate_hashed_storage` is now `hashed_storage:hashed_storage_project_migrate`
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 24a98c374ca..2ddc8358433 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: 20190228092516) do
+ActiveRecord::Schema.define(version: 20190301081611) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"