debian-mirror-gitlab/db/migrate/20150916114643_add_help_page_text_to_application_settings.rb
2018-11-18 11:00:15 +05:30

6 lines
153 B
Ruby

class AddHelpPageTextToApplicationSettings < ActiveRecord::Migration
def change
add_column :application_settings, :help_page_text, :text
end
end