Sha256: 12e771a4ed359e27733a099bfe4be3b14fa66ccf351481b11437fbe8041a7572
Contents?: true
Size: 138 Bytes
Versions: 400
Compression:
Stored size: 138 Bytes
Contents
class AddLibrarianIdToCheckedItem < ActiveRecord::Migration def change add_column :checked_items, :librarian_id, :integer end end
Version data entries
400 entries across 393 versions & 12 rubygems