Files
grecia/db/migrate/20191020153455_add_timestamps_to_budget_headings.rb
2019-10-20 17:36:36 +02:00

6 lines
138 B
Ruby

class AddTimestampsToBudgetHeadings < ActiveRecord::Migration[5.0]
def change
add_timestamps :budget_headings, null: true
end
end