Farmbot-Web-App/db/migrate/20180520201349_add_throttle...

7 lines
134 B
Ruby

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