gitlabhq/db/migrate/20110922110156_add_code_to_project.rb
2011-10-09 00:36:38 +03:00

6 lines
113 B
Ruby

class AddCodeToProject < ActiveRecord::Migration
def change
add_column :projects, :code, :string
end
end