Sha256: f0339cbfe67213617fba463b77644a0ee0e49cdb1a2eefe7c0ec4ec4d0690c6a

Contents?: true

Size: 165 Bytes

Versions: 66

Compression:

Stored size: 165 Bytes

Contents

class AddLibraryIdToCheckout < ActiveRecord::Migration
  def change
    add_column :checkouts, :library_id, :integer
    add_index :checkouts, :library_id
  end
end

Version data entries

66 entries across 61 versions & 4 rubygems

Version Path
enju_circulation-0.1.0.pre44 db/migrate/20141020120523_add_library_id_to_checkout.rb
enju_circulation-0.1.0.pre43 db/migrate/20141020120523_add_library_id_to_checkout.rb
enju_circulation-0.1.0.pre42 db/migrate/20141020120523_add_library_id_to_checkout.rb
enju_library-0.1.0.pre40 spec/dummy/db/migrate/20141020120523_add_library_id_to_checkout.rb
enju_circulation-0.1.0.pre41 db/migrate/20141020120523_add_library_id_to_checkout.rb
enju_library-0.1.0.pre39 spec/dummy/db/migrate/20141020120523_add_library_id_to_checkout.rb