Sha256: a8e33126d116afdb091f4f8ff1d3029ef587067dbce126661f55074a373f3721
Contents?: true
Size: 383 Bytes
Versions: 9
Compression:
Stored size: 383 Bytes
Contents
# This migration comes from curate_engine (originally 20131029142557) class CreateCurateProxyDepositRights < ActiveRecord::Migration def change create_table :proxy_deposit_rights do |t| t.references :grantor t.references :grantee t.timestamps end add_index :proxy_deposit_rights, :grantor_id add_index :proxy_deposit_rights, :grantee_id end end
Version data entries
9 entries across 9 versions & 1 rubygems