Commit b9a1b779 authored by Wills Gomez's avatar Wills Gomez

yay one more time

parent 1e34b3b3
class ChangeDateToDatetime < ActiveRecord::Migration
def change
remove_column :car_logs, :time_in
remove_column :car_logs, :time_out
add_column :car_logs, :time_in, :datetime
add_column :car_logs, :time_out, :datetime
end
end
parkinglot @ 1e34b3b3
Subproject commit 1e34b3b351e20f74b653cc243d0e609a7705b715
parkinglot @ 44efbc9f
Subproject commit 44efbc9fd132f0fa50ef83b13cf2257dddf21881
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment