aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/schema/schema.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/test/schema/schema.rb')
-rw-r--r--activerecord/test/schema/schema.rb2
1 files changed, 1 insertions, 1 deletions
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|