Sha256: 46c4ebdf32a244e0b1335bb3040c31da1c177204ef3c64cc7bfedfc07b616730
Contents?: true
Size: 132 Bytes
Versions: 143
Compression:
Stored size: 132 Bytes
Contents
class AddBudgetTypeIdToItem < ActiveRecord::Migration[4.2] def change add_column :items, :budget_type_id, :integer end end
Version data entries
143 entries across 143 versions & 21 rubygems