Migration added
This commit is contained in:
parent
0afdf39dbc
commit
f13600845d
1 changed files with 5 additions and 0 deletions
|
@ -0,0 +1,5 @@
|
||||||
|
class AddIssuesTrackerIdToProject < ActiveRecord::Migration
|
||||||
|
def change
|
||||||
|
add_column :projects, :issues_tracker_id, :string
|
||||||
|
end
|
||||||
|
end
|
Loading…
Add table
Reference in a new issue