Sha256: cfaac889b6e69818d52d1d01eff8a95e9fb800815bbbc3773cf51fcef88c48a8

Contents?: true

Size: 231 Bytes

Versions: 34

Compression:

Stored size: 231 Bytes

Contents

class CreateProxyDepositRights < ActiveRecord::Migration[5.2]
  def change
    create_table :proxy_deposit_rights do |t|
      t.references :grantor
      t.references :grantee
      t.timestamps null: false
    end
    
  end
end

Version data entries

34 entries across 24 versions & 1 rubygems

Version Path
hyrax-5.0.1 .koppie/db/migrate/20210911143544_create_proxy_deposit_rights.hyrax.rb
hyrax-5.0.1 .dassie/db/migrate/20200821212840_create_proxy_deposit_rights.hyrax.rb
hyrax-5.0.0 .koppie/db/migrate/20210911143544_create_proxy_deposit_rights.hyrax.rb
hyrax-5.0.0 .dassie/db/migrate/20200821212840_create_proxy_deposit_rights.hyrax.rb
hyrax-5.0.0.rc3 .koppie/db/migrate/20210911143544_create_proxy_deposit_rights.hyrax.rb
hyrax-5.0.0.rc3 .dassie/db/migrate/20200821212840_create_proxy_deposit_rights.hyrax.rb
hyrax-5.0.0.rc2 .koppie/db/migrate/20210911143544_create_proxy_deposit_rights.hyrax.rb
hyrax-5.0.0.rc2 .dassie/db/migrate/20200821212840_create_proxy_deposit_rights.hyrax.rb
hyrax-5.0.0.rc1 .dassie/db/migrate/20200821212840_create_proxy_deposit_rights.hyrax.rb
hyrax-5.0.0.rc1 .koppie/db/migrate/20210911143544_create_proxy_deposit_rights.hyrax.rb
hyrax-3.6.0 .dassie/db/migrate/20200821212840_create_proxy_deposit_rights.hyrax.rb
hyrax-4.0.0 .koppie/db/migrate/20210911143544_create_proxy_deposit_rights.hyrax.rb
hyrax-4.0.0 .dassie/db/migrate/20200821212840_create_proxy_deposit_rights.hyrax.rb
hyrax-4.0.0.rc3 .koppie/db/migrate/20210911143544_create_proxy_deposit_rights.hyrax.rb
hyrax-4.0.0.rc3 .dassie/db/migrate/20200821212840_create_proxy_deposit_rights.hyrax.rb
hyrax-4.0.0.rc2 .dassie/db/migrate/20200821212840_create_proxy_deposit_rights.hyrax.rb
hyrax-4.0.0.rc2 .koppie/db/migrate/20210911143544_create_proxy_deposit_rights.hyrax.rb
hyrax-4.0.0.rc1 .dassie/db/migrate/20200821212840_create_proxy_deposit_rights.hyrax.rb
hyrax-4.0.0.rc1 .koppie/db/migrate/20210911143544_create_proxy_deposit_rights.hyrax.rb
hyrax-3.5.0 .dassie/db/migrate/20200821212840_create_proxy_deposit_rights.hyrax.rb