Sha256: 8bc06a98a135e8de9e46851f094939ab5934cec2b2a926699427f0e7ce799681
Contents?: true
Size: 154 Bytes
Versions: 56
Compression:
Stored size: 154 Bytes
Contents
class AddLibraryIdToCheckout < ActiveRecord::Migration[4.2] def change add_reference :checkouts, :library, index: true, foreign_key: true end end
Version data entries
56 entries across 56 versions & 4 rubygems