Migration added

This commit is contained in:
Andrew8xx8 2013-02-11 18:21:04 +04:00
parent 0afdf39dbc
commit f13600845d
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
class AddIssuesTrackerIdToProject < ActiveRecord::Migration
def change
add_column :projects, :issues_tracker_id, :string
end
end