Skip to content

Commit

Permalink
Merge pull request #4696 from rafaelfranca/issue-4653
Browse files Browse the repository at this point in the history
Remove extra attributes from HABTM join tables in AR tests
  • Loading branch information
tenderlove committed Jan 26, 2012
1 parent ef7fc6e commit 33fda1c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions activerecord/test/schema/schema.rb
Expand Up @@ -724,8 +724,6 @@ def create_table(*args, &block)
create_table :countries_treaties, :force => true, :id => false do |t| create_table :countries_treaties, :force => true, :id => false do |t|
t.string :country_id, :null => false t.string :country_id, :null => false
t.string :treaty_id, :null => false t.string :treaty_id, :null => false
t.datetime :created_at
t.datetime :updated_at
end end


create_table :liquid, :force => true do |t| create_table :liquid, :force => true do |t|
Expand Down

0 comments on commit 33fda1c

Please sign in to comment.