socialforge/db/migrate/20130806072429_add_project_...

6 lines
122 B
Ruby
Raw Normal View History

2013-08-08 22:26:46 +08:00
class AddProjectIdToShares < ActiveRecord::Migration
def change
add_column :shares, :project_id, :integer
end
end