Sha256: f472bd3fa5a43e82c275b7db6018b41c9b315933ef6019fd42b2b5e46a59f2dc
Contents?: true
Size: 149 Bytes
Versions: 8
Compression:
Stored size: 149 Bytes
Contents
class AddLibraryIdToCheckout < ActiveRecord::Migration def change add_reference :checkouts, :library, index: true, foreign_key: true end end
Version data entries
8 entries across 8 versions & 2 rubygems