Sha256: b7da52ca13bc61c5ae36e10847ac5032fe21c142c4bc838b205c3e4a373f5d88

Contents?: true

Size: 338 Bytes

Versions: 34

Compression:

Stored size: 338 Bytes

Contents

class CreateJobIoWrappers < ActiveRecord::Migration[5.2]
  def change
    create_table :job_io_wrappers do |t|
      t.references :user
      t.references :uploaded_file
      t.string :file_set_id
      t.string :mime_type
      t.string :original_name
      t.string :path
      t.string :relation

      t.timestamps
    end
  end
end

Version data entries

34 entries across 24 versions & 1 rubygems

Version Path
hyrax-5.0.1 .koppie/db/migrate/20210911143570_create_job_io_wrappers.hyrax.rb
hyrax-5.0.1 .dassie/db/migrate/20200821212866_create_job_io_wrappers.hyrax.rb
hyrax-5.0.0 .koppie/db/migrate/20210911143570_create_job_io_wrappers.hyrax.rb
hyrax-5.0.0 .dassie/db/migrate/20200821212866_create_job_io_wrappers.hyrax.rb
hyrax-5.0.0.rc3 .koppie/db/migrate/20210911143570_create_job_io_wrappers.hyrax.rb
hyrax-5.0.0.rc3 .dassie/db/migrate/20200821212866_create_job_io_wrappers.hyrax.rb
hyrax-5.0.0.rc2 .koppie/db/migrate/20210911143570_create_job_io_wrappers.hyrax.rb
hyrax-5.0.0.rc2 .dassie/db/migrate/20200821212866_create_job_io_wrappers.hyrax.rb
hyrax-5.0.0.rc1 .dassie/db/migrate/20200821212866_create_job_io_wrappers.hyrax.rb
hyrax-5.0.0.rc1 .koppie/db/migrate/20210911143570_create_job_io_wrappers.hyrax.rb
hyrax-3.6.0 .dassie/db/migrate/20200821212866_create_job_io_wrappers.hyrax.rb
hyrax-4.0.0 .koppie/db/migrate/20210911143570_create_job_io_wrappers.hyrax.rb
hyrax-4.0.0 .dassie/db/migrate/20200821212866_create_job_io_wrappers.hyrax.rb
hyrax-4.0.0.rc3 .koppie/db/migrate/20210911143570_create_job_io_wrappers.hyrax.rb
hyrax-4.0.0.rc3 .dassie/db/migrate/20200821212866_create_job_io_wrappers.hyrax.rb
hyrax-4.0.0.rc2 .dassie/db/migrate/20200821212866_create_job_io_wrappers.hyrax.rb
hyrax-4.0.0.rc2 .koppie/db/migrate/20210911143570_create_job_io_wrappers.hyrax.rb
hyrax-4.0.0.rc1 .dassie/db/migrate/20200821212866_create_job_io_wrappers.hyrax.rb
hyrax-4.0.0.rc1 .koppie/db/migrate/20210911143570_create_job_io_wrappers.hyrax.rb
hyrax-3.5.0 .dassie/db/migrate/20200821212866_create_job_io_wrappers.hyrax.rb