2016-06-09 08:39:16 -04:00
|
|
|
# rubocop:disable all
|
2016-03-17 05:31:17 -04:00
|
|
|
class AddMovedToToIssue < ActiveRecord::Migration
|
|
|
|
def change
|
2016-03-18 09:48:55 -04:00
|
|
|
add_reference :issues, :moved_to, references: :issues
|
2016-03-17 05:31:17 -04:00
|
|
|
end
|
|
|
|
end
|