socialforge/db/migrate/20160728075947_add_role_to_...

6 lines
144 B
Ruby

class AddRoleToAppliedProject < ActiveRecord::Migration
def change
add_column :applied_projects, :role, :integer, :default => 0
end
end