Sha256: 9ef4a8dba30f93c9ffc934c1f92c1573bab67f570a1a0d88615e91a9da0c5d25
Contents?: true
Size: 395 Bytes
Versions: 3
Compression:
Stored size: 395 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.timestamps end end end
Version data entries
3 entries across 3 versions & 1 rubygems