Farmbot-Web-App/db/migrate/20190401212119_add_time_for...

10 lines
188 B
Ruby

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