socialforge/db/migrate/20140410015850_add_contest_...

6 lines
142 B
Ruby

class AddContestIdToSoftapplications < ActiveRecord::Migration
def change
add_column :softapplications, :contest_id, :integer
end
end