fix encoding error, issues critical status added
This commit is contained in:
parent
016012b145
commit
1d69788099
15 changed files with 99 additions and 21 deletions
5
db/migrate/20111025134235_add_high_label_to_issue.rb
Normal file
5
db/migrate/20111025134235_add_high_label_to_issue.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class AddHighLabelToIssue < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :issues, :critical, :boolean, :default => false, :null => false
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue