summaryrefslogtreecommitdiff
path: root/db/post_migrate/20180216121030_enqueue_verify_pages_domain_workers.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/post_migrate/20180216121030_enqueue_verify_pages_domain_workers.rb')
-rw-r--r--db/post_migrate/20180216121030_enqueue_verify_pages_domain_workers.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/post_migrate/20180216121030_enqueue_verify_pages_domain_workers.rb b/db/post_migrate/20180216121030_enqueue_verify_pages_domain_workers.rb
index bf9bf4e660f..d776fb85f00 100644
--- a/db/post_migrate/20180216121030_enqueue_verify_pages_domain_workers.rb
+++ b/db/post_migrate/20180216121030_enqueue_verify_pages_domain_workers.rb
@@ -1,4 +1,4 @@
-class EnqueueVerifyPagesDomainWorkers < ActiveRecord::Migration
+class EnqueueVerifyPagesDomainWorkers < ActiveRecord::Migration[4.2]
class PagesDomain < ActiveRecord::Base
include EachBatch
end