gitlabhq/db/migrate/20110922110156_add_code_to_project.rb

6 lines
113 B
Ruby
Raw Permalink Normal View History

2011-10-08 23:36:38 +02:00
class AddCodeToProject < ActiveRecord::Migration
def change
add_column :projects, :code, :string
end
end