Farmbot-Web-App/db/migrate/20180211161515_add_show_ima...

10 lines
227 B
Ruby

class AddShowImagesToWebAppConfigs < ActiveRecord::Migration[5.1]
safety_assured
def change
add_column :web_app_configs,
:show_images,
:boolean,
default: false
end
end