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: aa179ce3a4d29ec0ff236cb74a4c219afb47701e (plain)
1
2
3
4
5
class AddHomePageUrlForApplicationSettings < ActiveRecord::Migration
  def change
    add_column :application_settings, :home_page_url, :string
  end
end