gitlab-org--gitlab-foss/db/migrate/20110922110156_add_code_to_project.rb

6 lines
113 B
Ruby
Raw Normal View History

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