20111124115339_add_extra_field_to_issue.rb 137 Bytes
Newer Older
gitlabhq's avatar
gitlabhq committed
1 2 3 4 5
class AddExtraFieldToIssue < ActiveRecord::Migration
  def change
    add_column :issues, :branch_name, :string, :null => true
  end
end