ability to attach branch to issue
This commit is contained in:
parent
b4c40c212c
commit
ee2d3de1a6
7 changed files with 149 additions and 48 deletions
5
db/migrate/20111124115339_add_extra_field_to_issue.rb
Normal file
5
db/migrate/20111124115339_add_extra_field_to_issue.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class AddExtraFieldToIssue < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :issues, :branch_name, :string, :null => true
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue