class UpdateInvalidRootAttachmentFilenames < ActiveRecord::Migration[4.2]
tag :postdeploy
def up
DataFixup::EnsureRootAttachmentFilename.send_later_if_production(:run)
end
def down