Add image description to budget investments

This commit is contained in:
Senén Rodero Rodríguez
2017-06-14 14:43:30 +02:00
parent 00a8f42797
commit c399692109
5 changed files with 57 additions and 8 deletions

View File

@@ -0,0 +1,5 @@
class AddImageDescriptionToBudgetInvestments < ActiveRecord::Migration
def change
add_column :budget_investments, :image_description, :string
end
end