fixed broken migration
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
class AddUserToCodeHarborLink < ActiveRecord::Migration
|
class AddUserToCodeHarborLink < ActiveRecord::Migration
|
||||||
def change
|
def change
|
||||||
add_reference :code_harbor_links, :user, index: true, foreign_key: true
|
add_reference :code_harbor_links, :user, polymorphic: true, index: true
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user