Remove migration

#660
This commit is contained in:
Artur Beljajev 2018-01-26 15:23:02 +02:00
parent f38f4c1024
commit ddeb1fdcd1
2 changed files with 0 additions and 15 deletions

View file

@ -1,5 +0,0 @@
class AddContactsCopyFromIdFk < ActiveRecord::Migration
def change
add_foreign_key :contacts, :contacts, column: :copy_from_id
end
end