gitlabhq/db/migrate/20110922110156_add_code_to_...

6 lines
113 B
Ruby

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