summaryrefslogtreecommitdiff
path: root/db/migrate/20160415133440_add_shared_runners_text_to_application_settings.rb
blob: b53b9bc6c3d7584df4bf059190495a95f1b1d157 (plain)
1
2
3
4
5
6
# rubocop:disable all
class AddSharedRunnersTextToApplicationSettings < ActiveRecord::Migration
  def change
    add_column :application_settings, :shared_runners_text, :text
  end
end