Farmbot-Web-App/db/migrate/20180521195953_add_throttled_at_to_device_again.rb

7 lines
155 B
Ruby
Raw Normal View History

class AddThrottledAtToDeviceAgain < ActiveRecord::Migration[5.2]
safety_assured
def change
add_column :devices, :throttled_at, :datetime
end
end