mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 23:30:12 +01:00
Wow I broke the migration. Oops.
This commit is contained in:
parent
51b0a2bd9b
commit
b36ed96813
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ class ChangeDatesToDatetimes < ActiveRecord::Migration
|
|||
todo.update_attribute(:start_from, at_midnight(todo.start_from)) unless todo.start_from.nil?
|
||||
todo.update_attribute(:end_date, at_midnight(todo.end_date)) unless todo.end_date.nil?
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue