20111025134235_add_high_label_to_issue.rb 154 Bytes
class AddHighLabelToIssue < ActiveRecord::Migration
  def change
    add_column :issues, :critical, :boolean, :default => false, :null => false
  end
end