Hi folks First off, Jamis (and others), thanks for the great app. It really simplified my life significantly the last couple of weeks and I'm forever grateful for rake remote:deploy...
On one specific project I'm having an issue with remote migrations that I cannot pin down. Whenever I run the remote migrations it successfully runs through the entire list of migrations, but fails mysteriously after the last migration with the following MySQL error Mysql::Error: #42000You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-temp' at line 1: SHOW FIELDS FROM details-temp This isn't part of my migration, and we don't have a table called "details-temp", or even "details" for that matter. I've even grep'ed the entire source on the server and cannot find any mention of the term in question. Any ideas? -- Kenneth Kalmer [EMAIL PROTECTED] [EMAIL PROTECTED] stats http://fah-web.stanford.edu/cgi-bin/main.py?qtype=userpage&username=kenneth%2Ekalmer --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
