Sha256: 18a14196e5d97c9510e2e59d2660dcc08cd326849751d0ba0e8840cf4330aa16
Contents?: true
Size: 143 Bytes
Versions: 1
Compression:
Stored size: 143 Bytes
Contents
class AddLibrarianIdToCheckedItem < ActiveRecord::Migration[5.0] def change add_column :checked_items, :librarian_id, :integer end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
enju_seed-0.3.0.beta.4 | spec/dummy/db/migrate/20120424103932_add_librarian_id_to_checked_item.rb |