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

6 lines
161 B
Ruby

class AddInternalUseFieldToWebAppConfigs < ActiveRecord::Migration[5.2]
def change
add_column :web_app_configs, :internal_use, :text, limit: 128
end
end