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

7 lines
150 B
Ruby

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