Sha256: f69f3dd7abed3b2525a92fe485b778ce5514552fb996c3e36138a425ce6a1d2c
Contents?: true
Size: 170 Bytes
Versions: 1
Compression:
Stored size: 170 Bytes
Contents
class AddLibraryIdToCheckout < ActiveRecord::Migration[5.1] def change add_column :checkouts, :library_id, :integer add_index :checkouts, :library_id end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
enju_seed-0.4.0.beta.1 | spec/dummy/db/migrate/20141020120523_add_library_id_to_checkout.rb |