search for: addresses_id_seq

Displaying 1 result from an estimated 1 matches for "addresses_id_seq".

2006 Mar 29
1
Unit tests rail on 1.1, was fine on 1.0
Running Debian 3.1, ruby 1.8.2, postgresql 7.4.x, rails-1.0 gem and rails-1.1 (rake freeze_edge). After if ''rake freeze_edge && rake rails:update'' (to rails 1.1), my unit test fails with an error attempting to create sequence table that already exists (ie. addresses_id_seq table). But if I roll back with ''rake rails:unfreeze'' (to rails 1.0), my unit test succeeds without any modifications. Is anyone else encountering a similar problem? Not sure why this problem (trying to create sequence tables more than once) only occurs on rails 1.1. Any ide...