Farmbot-Web-App/db/migrate/20200204230135_add_show_zon...

9 lines
207 B
Ruby

class AddShowZonesToWebAppConfig < ActiveRecord::Migration[6.0]
def change
add_column :web_app_configs,
:show_zones,
:boolean,
default: false
end
end