Welcome to mirror list, hosted at ThFree Co, Russian Federation.

20150116234544_add_home_page_url_for_application_settings.rb « migrate « db - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e630e2cc87875d778660225c75e3f44376518ca8 (plain)
1
2
3
4
5
class AddHomePageUrlForApplicationSettings < ActiveRecord::Migration[4.2]
  def change
    add_column :application_settings, :home_page_url, :string
  end
end