ambition/db/migrate/20161228071235_add_project_...

6 lines
122 B
Ruby
Raw Normal View History

2016-12-28 15:13:36 +08:00
class AddProjectIdToShare < ActiveRecord::Migration
def change
add_column :shares, :project_id, :integer
end
end