gitlab-org--gitlab-foss/db/migrate/20111009101738_add_ownerto_...

6 lines
119 B
Ruby
Raw Normal View History

2011-10-09 11:05:31 +00:00
class AddOwnertoProject < ActiveRecord::Migration
def change
add_column :projects, :owner_id, :integer
end
end