debian-mirror-gitlab/db/migrate/20160415133440_add_shared_runners_text_to_application_settings.rb

6 lines
168 B
Ruby
Raw Normal View History

2019-02-15 15:39:39 +05:30
class AddSharedRunnersTextToApplicationSettings < ActiveRecord::Migration[4.2]
2016-06-02 11:05:42 +05:30
def change
add_column :application_settings, :shared_runners_text, :text
end
end