mirror of
https://github.com/internetee/registry.git
synced 2025-08-02 16:02:03 +02:00
5 lines
143 B
Ruby
5 lines
143 B
Ruby
class AddContactsCopyFromIdFk < ActiveRecord::Migration
|
|
def change
|
|
add_foreign_key :contacts, :contacts, column: :copy_from_id
|
|
end
|
|
end
|