socialforge/db/migrate/20140519074133_add_deposit_...

6 lines
151 B
Ruby

class AddDepositProjectToSoftapplications < ActiveRecord::Migration
def change
add_column :softapplications, :deposit_project, :string
end
end