Sha256: c3a946129bf306585e86525a62e8fb1c8bc07c33e086cc1b768f4ce5e8f19ea3

Contents?: true

Size: 356 Bytes

Versions: 42

Compression:

Stored size: 356 Bytes

Contents

class CreateCollectionTypeParticipants < ActiveRecord::Migration[5.2]
  def change
    create_table :collection_type_participants do |t|
      t.references :hyrax_collection_type, foreign_key: true, index: {:name => "hyrax_collection_type_id"}
      t.string :agent_type
      t.string :agent_id
      t.string :access
      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/20210911143575_create_collection_type_participants.hyrax.rb
hyrax-5.1.0.pre.beta1 .dassie/db/migrate/20200821212871_create_collection_type_participants.hyrax.rb
hyrax-5.0.4 .koppie/db/migrate/20210911143575_create_collection_type_participants.hyrax.rb
hyrax-5.0.4 .dassie/db/migrate/20200821212871_create_collection_type_participants.hyrax.rb
hyrax-5.0.3 .dassie/db/migrate/20200821212871_create_collection_type_participants.hyrax.rb
hyrax-5.0.3 .koppie/db/migrate/20210911143575_create_collection_type_participants.hyrax.rb
hyrax-5.0.2 .dassie/db/migrate/20200821212871_create_collection_type_participants.hyrax.rb
hyrax-5.0.2 .koppie/db/migrate/20210911143575_create_collection_type_participants.hyrax.rb
hyrax-5.0.1 .dassie/db/migrate/20200821212871_create_collection_type_participants.hyrax.rb
hyrax-5.0.1 .koppie/db/migrate/20210911143575_create_collection_type_participants.hyrax.rb
hyrax-5.0.0 .dassie/db/migrate/20200821212871_create_collection_type_participants.hyrax.rb
hyrax-5.0.0 .koppie/db/migrate/20210911143575_create_collection_type_participants.hyrax.rb
hyrax-5.0.0.rc3 .koppie/db/migrate/20210911143575_create_collection_type_participants.hyrax.rb
hyrax-5.0.0.rc3 .dassie/db/migrate/20200821212871_create_collection_type_participants.hyrax.rb
hyrax-5.0.0.rc2 .dassie/db/migrate/20200821212871_create_collection_type_participants.hyrax.rb
hyrax-5.0.0.rc2 .koppie/db/migrate/20210911143575_create_collection_type_participants.hyrax.rb
hyrax-5.0.0.rc1 .koppie/db/migrate/20210911143575_create_collection_type_participants.hyrax.rb
hyrax-5.0.0.rc1 .dassie/db/migrate/20200821212871_create_collection_type_participants.hyrax.rb
hyrax-3.6.0 .dassie/db/migrate/20200821212871_create_collection_type_participants.hyrax.rb
hyrax-4.0.0 .koppie/db/migrate/20210911143575_create_collection_type_participants.hyrax.rb