Sha256: 83a37b21b0c9e91ee404f60ae913d0529c28cf634923694c6e1f7c07e59fc54e

Contents?: true

Size: 375 Bytes

Versions: 61

Compression:

Stored size: 375 Bytes

Contents

class CreateCollectionTypeParticipants < ActiveRecord::Migration<%= migration_version %>
  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

61 entries across 61 versions & 1 rubygems

Version Path
hyrax-5.0.1 lib/generators/hyrax/templates/db/migrate/20170817152654_create_collection_type_participants.rb.erb
hyrax-5.0.0 lib/generators/hyrax/templates/db/migrate/20170817152654_create_collection_type_participants.rb.erb
hyrax-5.0.0.rc3 lib/generators/hyrax/templates/db/migrate/20170817152654_create_collection_type_participants.rb.erb
hyrax-5.0.0.rc2 lib/generators/hyrax/templates/db/migrate/20170817152654_create_collection_type_participants.rb.erb
hyrax-5.0.0.rc1 lib/generators/hyrax/templates/db/migrate/20170817152654_create_collection_type_participants.rb.erb
hyrax-3.6.0 lib/generators/hyrax/templates/db/migrate/20170817152654_create_collection_type_participants.rb.erb
hyrax-4.0.0 lib/generators/hyrax/templates/db/migrate/20170817152654_create_collection_type_participants.rb.erb
hyrax-4.0.0.rc3 lib/generators/hyrax/templates/db/migrate/20170817152654_create_collection_type_participants.rb.erb
hyrax-4.0.0.rc2 lib/generators/hyrax/templates/db/migrate/20170817152654_create_collection_type_participants.rb.erb
hyrax-4.0.0.rc1 lib/generators/hyrax/templates/db/migrate/20170817152654_create_collection_type_participants.rb.erb
hyrax-3.5.0 lib/generators/hyrax/templates/db/migrate/20170817152654_create_collection_type_participants.rb.erb
hyrax-4.0.0.beta2 lib/generators/hyrax/templates/db/migrate/20170817152654_create_collection_type_participants.rb.erb
hyrax-3.4.2 lib/generators/hyrax/templates/db/migrate/20170817152654_create_collection_type_participants.rb.erb
hyrax-4.0.0.beta1 lib/generators/hyrax/templates/db/migrate/20170817152654_create_collection_type_participants.rb.erb
hyrax-3.4.1 lib/generators/hyrax/templates/db/migrate/20170817152654_create_collection_type_participants.rb.erb
hyrax-3.4.0 lib/generators/hyrax/templates/db/migrate/20170817152654_create_collection_type_participants.rb.erb
hyrax-3.3.0 lib/generators/hyrax/templates/db/migrate/20170817152654_create_collection_type_participants.rb.erb
hyrax-3.2.0 lib/generators/hyrax/templates/db/migrate/20170817152654_create_collection_type_participants.rb.erb
hyrax-2.9.6 lib/generators/hyrax/templates/db/migrate/20170817152654_create_collection_type_participants.rb.erb
hyrax-3.1.0 lib/generators/hyrax/templates/db/migrate/20170817152654_create_collection_type_participants.rb.erb