Skip to content

Commit

Permalink
Remove Contacts table foreign key from schema
Browse files Browse the repository at this point in the history
  • Loading branch information
richardhallett committed May 22, 2019
1 parent 577639b commit 854c9d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@

add_foreign_key "allocator_prefixes", "allocator", column: "allocator", name: "FKE7FBD67446EBD781"
add_foreign_key "allocator_prefixes", "prefix", column: "prefixes", name: "FKE7FBD674AF86A1C7"
add_foreign_key "contacts", "allocator", column: "allocator"
add_foreign_key "datacentre", "allocator", column: "allocator", name: "FK6695D60546EBD781"
add_foreign_key "datacentre_prefixes", "datacentre", column: "datacentre", name: "FK13A1B3BA47B5F5FF"
add_foreign_key "datacentre_prefixes", "prefix", column: "prefixes", name: "FK13A1B3BAAF86A1C7"
Expand Down

0 comments on commit 854c9d5

Please sign in to comment.