rosa-build/db/migrate/20120224122738_add_is_rpm_t...

7 lines
163 B
Ruby

# -*- encoding : utf-8 -*-
class AddIsRpmToProjects < ActiveRecord::Migration
def change
add_column :projects, :is_rpm, :boolean, :default => true
end
end