gitlab-org--gitlab-foss/db/migrate/20160415133440_add_shared_r...

6 lines
168 B
Ruby

class AddSharedRunnersTextToApplicationSettings < ActiveRecord::Migration[4.2]
def change
add_column :application_settings, :shared_runners_text, :text
end
end