gitlabhq/db/migrate/20111009101738_add_ownerto_...

6 lines
119 B
Ruby

class AddOwnertoProject < ActiveRecord::Migration
def change
add_column :projects, :owner_id, :integer
end
end