socialforge/db/migrate/20140526104509_add_project_...

6 lines
139 B
Ruby

class AddProjectToSoftapplication < ActiveRecord::Migration
def change
add_column :softapplications, :project_id, :integer
end
end