Sha256: 2d86b31fa4a00857831e3868eacfa27f499e12f07129d12fca35c01a551745c8

Contents?: true

Size: 324 Bytes

Versions: 15

Compression:

Stored size: 324 Bytes

Contents

class CreateProxyDepositRights < ActiveRecord::Migration[4.2]
  def change
    create_table :proxy_deposit_rights do |t|
      t.references :grantor
      t.references :grantee
      t.timestamps null: false
    end
    add_index :proxy_deposit_rights, :grantor_id
    add_index :proxy_deposit_rights, :grantee_id
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
hyrax-1.1.1 db/migrate/20160328222226_create_proxy_deposit_rights.rb
hyrax-1.1.0 db/migrate/20160328222226_create_proxy_deposit_rights.rb
hyrax-2.0.0 db/migrate/20160328222226_create_proxy_deposit_rights.rb
hyrax-2.0.0.rc3 db/migrate/20160328222226_create_proxy_deposit_rights.rb
hyrax-2.0.0.rc2 db/migrate/20160328222226_create_proxy_deposit_rights.rb
hyrax-2.0.0.rc1 db/migrate/20160328222226_create_proxy_deposit_rights.rb
hyrax-1.0.5 db/migrate/20160328222226_create_proxy_deposit_rights.rb
hyrax-2.0.0.beta5 db/migrate/20160328222226_create_proxy_deposit_rights.rb
hyrax-2.0.0.beta4 db/migrate/20160328222226_create_proxy_deposit_rights.rb
hyrax-2.0.0.beta3 db/migrate/20160328222226_create_proxy_deposit_rights.rb
hyrax-2.0.0.beta2 db/migrate/20160328222226_create_proxy_deposit_rights.rb
hyrax-2.0.0.beta1 db/migrate/20160328222226_create_proxy_deposit_rights.rb
hyrax-1.0.4 db/migrate/20160328222226_create_proxy_deposit_rights.rb
hyrax-1.0.3 db/migrate/20160328222226_create_proxy_deposit_rights.rb
hyrax-1.0.2 db/migrate/20160328222226_create_proxy_deposit_rights.rb