gitlabhq/db/migrate/20110922110156_add_code_to_project.rb
Dmitriy Zaporozhets d378468794 v1.0
2011-10-13 04:00:00 +03:00

6 lines
113 B
Ruby

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