Files
nairobi/db/migrate/20180119073228_add_description_informing_to_budgets.rb
iagirre 846898f3ec New phase "Information" added and UI modified to not show the links.
Specs to test the functionality added.
2018-01-23 15:42:01 +01:00

6 lines
143 B
Ruby

class AddDescriptionInformingToBudgets < ActiveRecord::Migration
def change
add_column :budgets, :description_informing, :text
end
end