mirror of
https://github.com/internetee/registry.git
synced 2025-07-01 00:33:36 +02:00
parent
e1b6af03db
commit
40d64fb65b
2 changed files with 15 additions and 0 deletions
|
@ -0,0 +1,5 @@
|
|||
class AddContactsCopyFromIdFk < ActiveRecord::Migration
|
||||
def change
|
||||
add_foreign_key :contacts, :contacts, column: :copy_from_id
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue