debian-mirror-gitlab/db/migrate/20150916114643_add_help_page_text_to_application_settings.rb

6 lines
153 B
Ruby
Raw Normal View History

2015-09-25 12:07:36 +05:30
class AddHelpPageTextToApplicationSettings < ActiveRecord::Migration
def change
add_column :application_settings, :help_page_text, :text
end
end