Files
grecia/db/migrate/20170614111945_add_image_description_to_budget_investments.rb
2017-09-26 13:53:42 +02:00

6 lines
158 B
Ruby

class AddImageDescriptionToBudgetInvestments < ActiveRecord::Migration
def change
add_column :budget_investments, :image_description, :string
end
end