Farmbot-Web-App/db/migrate/20190307205648_add_internal...

6 lines
161 B
Ruby
Raw Permalink Normal View History

2019-03-07 14:44:04 -07:00
class AddInternalUseFieldToWebAppConfigs < ActiveRecord::Migration[5.2]
def change
add_column :web_app_configs, :internal_use, :text, limit: 128
end
end