Add image description to budget investments
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddImageDescriptionToBudgetInvestments < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :budget_investments, :image_description, :string
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user