Commit f13600845d2ccec816337234eb5f1dccd40777f7

Authored by Andrew8xx8
1 parent 0afdf39d

Migration added

db/migrate/20130211085435_add_issues_tracker_id_to_project.rb 0 → 100644
... ... @@ -0,0 +1,5 @@
  1 +class AddIssuesTrackerIdToProject < ActiveRecord::Migration
  2 + def change
  3 + add_column :projects, :issues_tracker_id, :string
  4 + end
  5 +end
... ...