Add critical status to issues
This commit is contained in:
parent
afe98ae74a
commit
9afee5ad52
8 changed files with 84 additions and 10 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