Add main link to each phase of the budget
Co-authored-by: decabeza <alberto@decabeza.es>
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class AddMainLinkToBudgetPhases < ActiveRecord::Migration[5.0]
|
||||
def change
|
||||
add_column :budget_phase_translations, :main_link_text, :string
|
||||
add_column :budget_phases, :main_link_url, :string
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user