On 12 Dec 2008, at 19:29, Shaun McDonald wrote:

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';
that should be 17 not 16. :-(


INSERT INTO `schema_migrations` (`version`) VALUES ('24');
rake db:migrate

and you can continue using your db.

Happy testing.

Shaun_______________________________________________
dev mailing list
[email protected]
http://lists.openstreetmap.org/listinfo/dev

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
dev mailing list
[email protected]
http://lists.openstreetmap.org/listinfo/dev

Reply via email to