Farmbot-Web-App/db/migrate/20180215064728_add_photo_fi...

8 lines
230 B
Ruby

class AddPhotoFiltersToWebAppConfigs < ActiveRecord::Migration[5.1]
safety_assured
def change
add_column :web_app_configs, :photo_filter_begin, :string
add_column :web_app_configs, :photo_filter_end, :string
end
end