BigW Consortium Gitlab

20150916114643_add_help_page_text_to_application_settings.rb 153 Bytes
class AddHelpPageTextToApplicationSettings < ActiveRecord::Migration
  def change
    add_column :application_settings, :help_page_text, :text
  end
end