Sha256: 6a32436445c7b9e7413602c486d4c2fc6e72c45a86bb0a10b23f3831c25fff4f

Contents?: true

Size: 346 Bytes

Versions: 42

Compression:

Stored size: 346 Bytes

Contents

class CreateCollectionBrandingInfos < ActiveRecord::Migration[5.2]
  def change
    create_table :collection_branding_infos do |t|
      t.string :collection_id
      t.string :role
      t.string :local_path
      t.string :alt_text
      t.string :target_url
      t.integer :height
      t.integer :width

      t.timestamps
    end
  end
end

Version data entries

42 entries across 28 versions & 1 rubygems

Version Path
hyrax-5.1.0.pre.beta1 .koppie/db/migrate/20210911143574_create_collection_branding_infos.hyrax.rb
hyrax-5.1.0.pre.beta1 .dassie/db/migrate/20200821212870_create_collection_branding_infos.hyrax.rb
hyrax-5.0.4 .koppie/db/migrate/20210911143574_create_collection_branding_infos.hyrax.rb
hyrax-5.0.4 .dassie/db/migrate/20200821212870_create_collection_branding_infos.hyrax.rb
hyrax-5.0.3 .dassie/db/migrate/20200821212870_create_collection_branding_infos.hyrax.rb
hyrax-5.0.3 .koppie/db/migrate/20210911143574_create_collection_branding_infos.hyrax.rb
hyrax-5.0.2 .dassie/db/migrate/20200821212870_create_collection_branding_infos.hyrax.rb
hyrax-5.0.2 .koppie/db/migrate/20210911143574_create_collection_branding_infos.hyrax.rb
hyrax-5.0.1 .dassie/db/migrate/20200821212870_create_collection_branding_infos.hyrax.rb
hyrax-5.0.1 .koppie/db/migrate/20210911143574_create_collection_branding_infos.hyrax.rb
hyrax-5.0.0 .dassie/db/migrate/20200821212870_create_collection_branding_infos.hyrax.rb
hyrax-5.0.0 .koppie/db/migrate/20210911143574_create_collection_branding_infos.hyrax.rb
hyrax-5.0.0.rc3 .koppie/db/migrate/20210911143574_create_collection_branding_infos.hyrax.rb
hyrax-5.0.0.rc3 .dassie/db/migrate/20200821212870_create_collection_branding_infos.hyrax.rb
hyrax-5.0.0.rc2 .dassie/db/migrate/20200821212870_create_collection_branding_infos.hyrax.rb
hyrax-5.0.0.rc2 .koppie/db/migrate/20210911143574_create_collection_branding_infos.hyrax.rb
hyrax-5.0.0.rc1 .koppie/db/migrate/20210911143574_create_collection_branding_infos.hyrax.rb
hyrax-5.0.0.rc1 .dassie/db/migrate/20200821212870_create_collection_branding_infos.hyrax.rb
hyrax-3.6.0 .dassie/db/migrate/20200821212870_create_collection_branding_infos.hyrax.rb
hyrax-4.0.0 .koppie/db/migrate/20210911143574_create_collection_branding_infos.hyrax.rb