socialforge/db/migrate/20140410020848_add_softappl...

6 lines
158 B
Ruby

class AddSoftapplicationIdToSoftapplications < ActiveRecord::Migration
def change
add_column :softapplications, :softapplication_id, :integer
end
end