Sha256: 28fc54fa20566313dde41ac9a6086127eb406f2e7a5444f2b080c45542c81dd5
Contents?: true
Size: 450 Bytes
Versions: 4
Compression:
Stored size: 450 Bytes
Contents
class CreateInstDataShipperDumpBatches < CanvasSync::MiscHelper::MigrationClass def change create_table :inst_data_shipper_dump_batches do |t| t.datetime :started_at t.datetime :completed_at t.string :status t.string :job_class t.string :genre t.string :batch_id t.string :exception t.text :backtrace # t.text :metadata # t.text :job_arguments t.timestamps end end end
Version data entries
4 entries across 4 versions & 1 rubygems