socialforge/db/migrate/20151013023237_add_gpid_to_...

6 lines
114 B
Ruby

class AddGpidToProject < ActiveRecord::Migration
def change
add_column :projects, :gpid, :integer
end
end