Database: PostgreSQL web2py: 1.76.5 Database migration doesn't seem to be working. I've added a new field to my database, and sql.log says the table has been successfully altered.
ALTER TABLE performer ADD musicbrainz_guid VARCHAR(512); timestamp: 2010-04-19T20:55:38.147015 However, when I try to query my data in the admin console, I see this message: Invalid Query: column performer.musicbrainz_guid does not exist I found this post, http://groups.google.com/group/web2py/browse_thread/thread/23353f4a0265d009/de6dadfeee3580f0?lnk=gst&q=database+migration#de6dadfeee3580f0, but I don't think it's related to my issue. Thanks, Matthew

