Fix test with add_foreign_key DSL in 9d21ef9

This commit is contained in:
Philippe Creux 2014-06-27 15:38:45 -07:00
parent 0aeb490dc4
commit 0418633919
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ ActiveRecord::Schema.define do
create_table :author_addresses, force: true do |t|
end
add_foreign_key :authors, :author_address
add_foreign_key :authors, :author_addresses
create_table :author_favorites, force: true do |t|
t.column :author_id, :integer