Farmbot-Web-App/db/migrate/20180829211322_add_show_mot...

10 lines
218 B
Ruby

class AddShowMotorPlotToWebAppConfigs < ActiveRecord::Migration[5.2]
def change
add_column :web_app_configs,
:show_motor_plot,
:boolean,
default: false
end
end