Add timestamps to Budget::Heading & Budget::Group
This commit is contained in:
committed by
Javi Martín
parent
bb627a7117
commit
04b1bc9fca
@@ -0,0 +1,5 @@
|
||||
class AddTimestampsToBudgetGroups < ActiveRecord::Migration[5.0]
|
||||
def change
|
||||
add_timestamps :budget_groups, null: true
|
||||
end
|
||||
end
|
||||
@@ -0,0 +1,5 @@
|
||||
class AddTimestampsToBudgetHeadings < ActiveRecord::Migration[5.0]
|
||||
def change
|
||||
add_timestamps :budget_headings, null: true
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user