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

20110922110156_add_code_to_project.rb « migrate « db - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f54a02bd70a61234a00707a36fdbb2eb636a512d (plain)
1
2
3
4
5
class AddCodeToProject < ActiveRecord::Migration
  def change
    add_column :projects, :code, :string
  end
end