From 16b129a68ca1770815107a3edb54090282349ba7 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Sat, 19 Jan 2008 05:30:42 +0000 Subject: belongs_to supports :dependent => :destroy and :delete. Closes #10592. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8675 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/test/schema/schema.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord/test/schema/schema.rb') diff --git a/activerecord/test/schema/schema.rb b/activerecord/test/schema/schema.rb index 2d187a601a..307ad8b935 100644 --- a/activerecord/test/schema/schema.rb +++ b/activerecord/test/schema/schema.rb @@ -239,9 +239,9 @@ ActiveRecord::Schema.define do add_column :posts, :taggings_count, :integer, :default => 0 add_column :authors, :author_address_id, :integer + add_column :authors, :author_address_extra_id, :integer create_table :author_addresses, :force => true do |t| - t.column :author_address_id, :integer end create_table :author_favorites, :force => true do |t| -- cgit v1.2.3