Sha256: 218fef73ae36cc0368a0171da60948659aa9236e2e9d8b0980f9f36ea6adfa44
Contents?: true
Size: 143 Bytes
Versions: 54
Compression:
Stored size: 143 Bytes
Contents
class AddLibrarianIdToCheckedItem < ActiveRecord::Migration[4.2] def change add_column :checked_items, :librarian_id, :integer end end
Version data entries
54 entries across 54 versions & 9 rubygems