BigW Consortium Gitlab

20150916114643_add_help_page_text_to_application_settings.rb 175 Bytes
Newer Older
1
# rubocop:disable all
2 3 4 5 6
class AddHelpPageTextToApplicationSettings < ActiveRecord::Migration
  def change
    add_column :application_settings, :help_page_text, :text
  end
end