Hi, I have just done a resync to the api06 branch.
There is a new migration on head. To continue using your current database you need to do the following manual changes to your database schema table:
svn update
DELETE FROM `schema_migrations` WHERE version='16';
INSERT INTO `schema_migrations` (`version`) VALUES ('24');
rake db:migrate
and you can continue using your db.
Happy testing.
Shaun
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/dev

