debian-mirror-gitlab/db/migrate/20160415133440_add_shared_runners_text_to_application_settings.rb
2016-06-16 23:09:34 +05:30

7 lines
185 B
Ruby

# rubocop:disable all
class AddSharedRunnersTextToApplicationSettings < ActiveRecord::Migration
def change
add_column :application_settings, :shared_runners_text, :text
end
end