test/database.rb in acts-as-joinable-0.0.1.6 vs test/database.rb in acts-as-joinable-0.0.1.7

- old
+ new

@@ -30,9 +30,10 @@ create_table :relationships do |t| t.references :parent, :polymorphic => true t.references :child, :polymorphic => true t.string :context + t.integer :position t.timestamps end end