lib/rocket_job/batch/model.rb in rocketjob-5.3.3 vs lib/rocket_job/batch/model.rb in rocketjob-5.4.0.beta1
- old
+ new
@@ -42,15 +42,15 @@
field :upload_file_name, type: String
# Compress uploaded records.
# The fields are not affected in any way, only the data stored in the
# records and results collections will compressed
- field :compress, type: Boolean, default: false, class_attribute: true
+ field :compress, type: Object, default: false, class_attribute: true
# Encrypt uploaded records.
# The fields are not affected in any way, only the data stored in the
# records and results collections will be encrypted
- field :encrypt, type: Boolean, default: false, class_attribute: true
+ field :encrypt, type: Object, default: false, class_attribute: true
#
# Values that jobs can also update during processing
#