20111124115339_add_extra_field_to_issue.rb 137 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 class AddExtraFieldToIssue < ActiveRecord::Migration def change add_column :issues, :branch_name, :string, :null => true end end