socialforge/db/migrate/20130806072429_add_project_...

6 lines
122 B
Ruby

class AddProjectIdToShares < ActiveRecord::Migration
def change
add_column :shares, :project_id, :integer
end
end