20110922110156_add_code_to_project.rb 113 Bytes
Newer Older
gitlabhq's avatar
gitlabhq committed
1 2 3 4 5
class AddCodeToProject < ActiveRecord::Migration
  def change
    add_column :projects, :code, :string
  end
end